Skip to content

Commit

Permalink
Remove toolset compiler workaround (#10876)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz authored Sep 13, 2024
1 parent 80a7281 commit 120997f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>

<DefaultNetFxTargetFramework>net472</DefaultNetFxTargetFramework>

<!--
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>

<!--
Expand Down

0 comments on commit 120997f

Please sign in to comment.