Skip to content

Commit 1324a38

Browse files
committed
upgrades the internal Microsoft.Data.SqlClient package
( https://github.com/opentracing-contrib/csharp-netcore/security/dependabot/7 )
1 parent 27366d6 commit 1324a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenTracing.Contrib.NetCore/OpenTracing.Contrib.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Instrumented components: HttpClient calls, ASP.NET Core, Entity Framework Core a
2323
<PackageReference Include="Microsoft.Extensions.Options" Version="[3.1.8,4)" />
2424
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.7.1" />
2525
<!-- Instrumented libraries (which are not visible as actual dependencies) -->
26-
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.3" PrivateAssets="All" />
26+
<PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.4" PrivateAssets="All" />
2727
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.1.8,4)" PrivateAssets="All" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1.8,4)" PrivateAssets="All" />
2929
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" PrivateAssets="All" />

0 commit comments

Comments
 (0)