Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Data.SqlClient from 2.1.2 to 4.0.0 #2711

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.2" />
<!-- This is needed to force the same System.Text.Json version as in the other parts of the solution-->
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<!-- This is needed to force the same System.Diagnostics.DiagnosticSource version as in the other parts of the solution-->
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
<!-- Direct reference to SNI is needed to make sure it's copied to the output directory-->
<PackageReference Include="Microsoft.Data.SqlClient.SNI" Version="4.0.0" />
<PackageReference Include="NServiceBus.Transport.SqlServer" Version="6.3.2" />
</ItemGroup>
Expand Down