Skip to content
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