Skip to content

Commit 5428232

Browse files
authored
Update Microsoft.Data.SqlClient to 7.0.1 (#136)
1 parent 717fe65 commit 5428232

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Stores/EnsureDatabaseConnections/EnsureDatabaseConnections.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="MySqlConnector" Version="2.5.0" />
1212
<PackageReference Include="Npgsql" Version="10.0.2" />
13-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
13+
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
1414
</ItemGroup>
1515

1616
</Project>

Stores/SqlServer/Cleipnir.ResilientFunctions.SqlServer/Cleipnir.ResilientFunctions.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
9+
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)