Skip to content

Commit

Permalink
revert MDS back to 5.1.6 (#2410)
Browse files Browse the repository at this point in the history
* revert MDS back to 5.1.6

* add no warn for NU1605 in migration integration test
  • Loading branch information
caohai authored Oct 16, 2024
1 parent fbefced commit fab2d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
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.2.2" />
<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 @@ -7,6 +7,7 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
<TargetFramework>net8.0</TargetFramework>
<NoWarn>NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/Microsoft.SqlTools.Hosting/Microsoft.SqlTools.Hosting.csproj" />
Expand Down

0 comments on commit fab2d73

Please sign in to comment.