Skip to content

Commit

Permalink
Revert "Update SqlClient to 2.1.0 (#1124)"
Browse files Browse the repository at this point in the history
This reverts commit 4f42b17.
  • Loading branch information
Charles-Gagnon committed Dec 10, 2020
1 parent 7ea825c commit bf5b91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages.props
@@ -1,7 +1,7 @@
<Project>
<ItemGroup>
<PackageReference Update="Newtonsoft.Json" Version="12.0.3" />

<PackageReference Update="System.Net.Http" Version="4.3.4" />
<PackageReference Update="System.IO.Packaging" Version="4.7.0" />
<PackageReference Update="System.Runtime.Loader" Version="4.3.0" />
Expand All @@ -17,7 +17,7 @@
<PackageReference Update="Microsoft.Azure.Management.Sql" Version="1.41.0-preview" />

<PackageReference Update="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="1.1.1" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="2.1.0"/>
<PackageReference Update="Microsoft.Data.SqlClient" Version="2.0.0"/>
<PackageReference Update="Microsoft.SqlServer.SqlManagementObjects" Version="161.44091.28" />
<PackageReference Update="Microsoft.SqlServer.DACFx" Version="150.4982.1-preview" GeneratePathProperty="true" />
<PackageReference Update="Microsoft.Azure.Kusto.Data" Version="9.0.4" />
Expand Down

0 comments on commit bf5b91f

Please sign in to comment.