Skip to content

Commit 211e1d6

Browse files
chore: Bump Microsoft.Data.SqlClient from 6.1.2 to 6.1.3
--- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1daa550 commit 211e1d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MDLSoft.DistributedLock.Example/MDLSoft.DistributedLock.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
8+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" />
99
</ItemGroup>
1010

1111
<PropertyGroup>

MDLSoft.DistributedLock.Tests/MDLSoft.DistributedLock.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
24+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

MDLSoft.DistributedLock/MDLSoft.DistributedLock.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060

6161
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
62-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
62+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" />
6363
</ItemGroup>
6464

6565
<ItemGroup>

0 commit comments

Comments
 (0)