Skip to content

Commit e787869

Browse files
Upgrade Microsoft.Data.SqlClient to version 5.1.4
1 parent 4f775f9 commit e787869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DotNetCore.CAP.SqlServer/DotNetCore.CAP.SqlServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0" />
11-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
11+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
1212
<ProjectReference Include="..\DotNetCore.CAP\DotNetCore.CAP.csproj" />
1313
</ItemGroup>
1414

15-
</Project>
15+
</Project>

0 commit comments

Comments
 (0)