Skip to content

Commit

Permalink
Fix .NET 8 build on MSBuild 17.7 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Oct 13, 2023
1 parent 4f1d752 commit 57fff25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
<NoWarn>$(NoWarn);SA0001;SA1515;SA1005;SA1629;NETSDK1192</NoWarn>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<ContinuousIntegrationBuild Condition="'$(TF_BUILD)' == 'true'">true</ContinuousIntegrationBuild>
<TargetDotNet8 Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</TargetDotNet8>
<NoWarn>$(NoWarn);NETSDK1213</NoWarn>
</PropertyGroup>
</Project>

0 comments on commit 57fff25

Please sign in to comment.