Skip to content

Commit

Permalink
[Release/4.4] Update MDS to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Jan 9, 2024
1 parent d5cd9c7 commit fb1944c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
packages\Microsoft.SqlTools.ManagedBatchParser\Microsoft.SqlTools.ManagedBatchParser.nuspec-->
<ItemGroup>
<PackageReference Update="Azure.Identity" Version="1.10.2" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Update="Microsoft.SqlServer.SqlManagementObjects" Version="170.12.0" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Update="System.Configuration.ConfigurationManager" Version="6.0.0" />
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.10.2" />
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.3" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.12.0" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
</group>
<group targetFramework="net6.0">
<dependency id="Azure.Identity" version="1.10.2" />
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.3" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.12.0" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
Expand Down

0 comments on commit fb1944c

Please sign in to comment.