Skip to content

Commit

Permalink
Disable warnings about out-of-support versions of .NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 14, 2023
1 parent 6d1bc07 commit 6ec181e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<LangVersion>10.0</LangVersion>
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
<NoWarn>$(NoWarn);NU1603;NU5128;NU5131;CS0436;CS1701</NoWarn>
<NoWarn>$(NoWarn);NU1603;NU1903;NU5128;NU5131;CS0436;CS1701</NoWarn>
<PackageId>$(MSBuildProjectName)</PackageId>
<RootNamespace>Xunit</RootNamespace>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<LangVersion>10.0</LangVersion>
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
<NoWarn>$(NoWarn);NU1603;CS1701;MSB3277</NoWarn>
<NoWarn>$(NoWarn);NU1603;NU1903;CS1701;MSB3277</NoWarn>
<PackageId>$(MSBuildProjectName)</PackageId>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<WarningsAsErrors>true</WarningsAsErrors>
Expand Down

0 comments on commit 6ec181e

Please sign in to comment.