Skip to content

Commit

Permalink
Disable BuildWithNetFrameworkHostedCompiler (#74299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz authored Jul 9, 2024
1 parent b3a18bb commit 5c2d76c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/targets/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@

<!-- TODO -->
<_SkipUpgradeNetAnalyzersNuGetWarning>true</_SkipUpgradeNetAnalyzersNuGetWarning>

<!--
Needed to avoid error NU1010: The PackageReference items Microsoft.Net.Compilers.Toolset.Framework do not have corresponding PackageVersion.
Related to https://github.com/dotnet/sdk/issues/41791.
-->
<BuildWithNetFrameworkHostedCompiler>false</BuildWithNetFrameworkHostedCompiler>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)TargetFrameworks.props" />
Expand Down

0 comments on commit 5c2d76c

Please sign in to comment.