Skip to content

Commit 521498f

Browse files
authored
Merge pull request #253 from derskythe/dependabot/nuget/DbHelperMsSql/Microsoft.Data.SqlClient-7.0.2
Bump Microsoft.Data.SqlClient from 7.0.1 to 7.0.2
2 parents f9dc54e + 0e5e93c commit 521498f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DbHelperMsSql/DbHelperMsSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ItemGroup>
2424
<PackageReference Include="Enums.NET" Version="5.0.0" />
2525
<PackageReference Include="Markdig" Version="1.3.2" />
26-
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
26+
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<ProjectReference Include="..\DbWinForms\DbWinForms.csproj" />

DbWinForms/DbWinForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
9+
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\Shared\Shared.csproj" />

0 commit comments

Comments
 (0)