Skip to content

Commit

Permalink
upgrades the internal Microsoft.Data.SqlClient package
Browse files Browse the repository at this point in the history
  • Loading branch information
cwe1ss committed Dec 9, 2022
1 parent 27366d6 commit 1324a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Instrumented components: HttpClient calls, ASP.NET Core, Entity Framework Core a
<PackageReference Include="Microsoft.Extensions.Options" Version="[3.1.8,4)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.7.1" />
<!-- Instrumented libraries (which are not visible as actual dependencies) -->
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.4" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.1.8,4)" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1.8,4)" PrivateAssets="All" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" PrivateAssets="All" />
Expand Down

0 comments on commit 1324a38

Please sign in to comment.