Skip to content

Commit

Permalink
Update DacFx to 162.4.92 (#2399)
Browse files Browse the repository at this point in the history
* Update DacFx to 162.4.92

* Update SqlClient version in Microsoft.SqlTools.ManagedBatchParser.nuspec
  • Loading branch information
zijchen authored Oct 2, 2024
1 parent 245ea98 commit 2244211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- TODO: Upgrade package and use Token Credential design -->
<PackageReference Update="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="1.1.1" />
<PackageReference Update="Microsoft.SqlServer.Management.SmoMetadataProvider" Version="170.18.0" />
<PackageReference Update="Microsoft.SqlServer.DacFx" Version="162.3.566" />
<PackageReference Update="Microsoft.SqlServer.DacFx" Version="162.4.92" />
<PackageReference Update="Microsoft.SqlServer.DacFx.Projects" Version="0.3.33-preview" />
<PackageReference Update="Microsoft.Azure.Kusto.Data" Version="12.2.3" />
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="9.0.4" />
Expand Down Expand Up @@ -61,7 +61,7 @@
packages\Microsoft.SqlTools.ManagedBatchParser\Microsoft.SqlTools.ManagedBatchParser.nuspec-->
<ItemGroup>
<PackageReference Update="Azure.Identity" Version="1.12.0" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.1.6" />
<PackageReference Update="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<dependencies>
<group targetFramework="net472">
<dependency id="Azure.Identity" version="1.12.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.6" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.18.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="System.Configuration.ConfigurationManager" version="7.0.0" />
</group>
<group targetFramework="net8.0">
<dependency id="Azure.Identity" version="1.12.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.6" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.18.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="System.Configuration.ConfigurationManager" version="7.0.0" />
Expand Down Expand Up @@ -59,4 +59,4 @@
<file src="..\..\artifacts\publish\Microsoft.SqlTools.ServiceLayer\default\net8.0\Microsoft.SqlTools.ManagedBatchParser.pdb" target="lib\net8.0" />
<file src="..\..\artifacts\publish\Microsoft.SqlTools.ServiceLayer\default\net8.0\Microsoft.SqlTools.ManagedBatchParser.xml" target="lib\net8.0" />
</files>
</package>
</package>

0 comments on commit 2244211

Please sign in to comment.