Skip to content

Commit ab8654d

Browse files
committed
fix: src/REstate.Engine.Repositories.EntityFrameworkCore/REstate.Engine.Repositories.EntityFrameworkCore.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMSECURITYCRYPTOGRAPHYX509CERTIFICATES-6618055
1 parent 0a3ae3b commit ab8654d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/REstate.Engine.Repositories.EntityFrameworkCore/REstate.Engine.Repositories.EntityFrameworkCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="MessagePack" Version="1.9.3" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" />
1212
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)