Fix dependencies, leading to compile time warnings (#1713)

* Fix dependencies, leading to compile time warnings

* Some more cleanup

* Fix spacing
This commit is contained in:
Cheena Malhotra
2022-09-28 20:32:40 -07:00
committed by GitHub
parent 04c64223e2
commit 7c5d48b111
3 changed files with 2 additions and 2 deletions

View File

@@ -12,9 +12,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" />
<PackageReference Include="Microsoft.SqlServer.DACFx" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" />
<PackageReference Include="Microsoft.SqlServer.Management.SmoMetadataProvider" />
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>
<ItemGroup>