Supressing NU1701 warning on known working nuget packages. This will allow us to turn warnings as errors on.

This commit is contained in:
ryanbodrug-microsoft
2020-06-18 14:01:07 -07:00
parent 256a17f2c9
commit ec7d42d1fd
5 changed files with 12 additions and 6 deletions

View File

@@ -54,7 +54,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0" />
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
</ItemGroup>
</Project>