You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a `<PackageReference>` for `Microsoft.Build.Framework`
(version `17.11.31`) in `Directory.Build.props` with
`<ExcludeAssets>` set to `runtime`. This prevents assembly-loading
conflicts caused by MSBuild assemblies being copied to the
application's `bin` folder, which could lead to errors like
`RPC_E_CALL_REJECTED`.
Included detailed comments explaining the rationale, runtime
behavior, and guidance for maintaining the correct package version.
0 commit comments