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

@@ -61,7 +61,6 @@
<PackageReference Include="System.Data.SQLite" Version="1.0.112.2" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.112.2" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
</ItemGroup>
<ItemGroup>