Skip to content

Commit

Permalink
Fix for NETSDK1223 error (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGerlicher authored Nov 15, 2024
1 parent eb5f73f commit ca163d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<LangVersion>Latest</LangVersion>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
<NoWarn>$(NoWarn);SA0001;SA1515;SA1005;SA1629;NETSDK1192</NoWarn>
<NoWarn>$(NoWarn);NETSDK1223</NoWarn> <!-- CI does not have VS 17.12 yet -->
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<ContinuousIntegrationBuild Condition="'$(TF_BUILD)' == 'true'">true</ContinuousIntegrationBuild>
<NoWarn>$(NoWarn);NETSDK1213</NoWarn>
Expand Down

0 comments on commit ca163d1

Please sign in to comment.