Add NoWarn for SYSLIB0051 to work around obsolete API

This commit is contained in:
Nikola Milosavljevic 2023-06-01 16:07:26 +00:00
parent 6a1f058ba5
commit 3191211534

View file

@ -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>