Remove no longer required `NoWarn` spec

This commit is contained in:
Dean Herbert 2022-02-14 22:52:30 +09:00
parent 9b7d9d42bc
commit 9ad7b5d51c
1 changed files with 1 additions and 6 deletions

View File

@ -32,13 +32,8 @@
NU1701: NU1701:
DeepEqual is not netstandard-compatible. This is fine since we run tests with .NET Framework anyway. DeepEqual is not netstandard-compatible. This is fine since we run tests with .NET Framework anyway.
This is required due to https://github.com/NuGet/Home/issues/5740 This is required due to https://github.com/NuGet/Home/issues/5740
CA9998:
Microsoft.CodeAnalysis.FxCopAnalyzers has been deprecated.
The entire package will be able to be removed after migrating to .NET 5,
as analysers are shipped as part of the .NET 5 SDK anyway.
--> -->
<NoWarn>$(NoWarn);NU1701;CA9998</NoWarn> <NoWarn>$(NoWarn);NU1701</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Nuget"> <PropertyGroup Label="Nuget">
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>