Skip to content

Commit cb0597c

Browse files
authored
Merge pull request #10 from mdallago/dependabot/nuget/MDLSoft.DistributedLock.Example/multi-a3651ab587
chore: Bump Microsoft.Data.SqlClient from 6.1.2 to 6.1.3
2 parents e471da6 + 211e1d6 commit cb0597c

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)