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

@@ -32,6 +32,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.OperationalInsights" />
<PackageReference Include="Microsoft.SqlServer.DACFx" />
<PackageReference Include="Microsoft.SqlServer.Management.SmoMetadataProvider" />
<PackageReference Include="System.Text.Encoding.CodePages" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" />
<PackageReference Include="System.Net.Http" />