Disable warnings for aspnetcore, cleanup NoWarns (#16792)
This commit is contained in:
parent
2a43d7040d
commit
29bfd81725
6 changed files with 5 additions and 29 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue