Add NoWarn for SYSLIB0051 to work around obsolete API
This commit is contained in:
parent
6a1f058ba5
commit
3191211534
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<PropertyGroup>
|
||||
<NuGetKeyFilePath>$(KeysDir)NuGet.Client.snk</NuGetKeyFilePath>
|
||||
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
||||
<RepoNoWarns>CS9057</RepoNoWarns>
|
||||
<!-- SYSLIB0051 - Type or member is obsolete: https://github.com/NuGet/Home/issues/12626 -->
|
||||
<RepoNoWarns>CS9057;SYSLIB0051</RepoNoWarns>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue