Disable warnings for aspnetcore, cleanup NoWarns (#16792)

This commit is contained in:
Matt Thalman 2023-06-22 20:08:59 -05:00 committed by GitHub
parent 2a43d7040d
commit 29bfd81725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 29 deletions

View file

@ -5,7 +5,7 @@
<NuGetKeyFilePath>$(KeysDir)NuGet.Client.snk</NuGetKeyFilePath>
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
<!-- SYSLIB0051 - Type or member is obsolete: https://github.com/NuGet/Home/issues/12626 -->
<RepoNoWarns>CS9057;SYSLIB0051</RepoNoWarns>
<RepoNoWarns>SYSLIB0051</RepoNoWarns>
</PropertyGroup>
<ItemGroup>