Skip to content

Commit

Permalink
fix: src/LittleBlocks.Ef.UnitOfWork/LittleBlocks.Ef.UnitOfWork.csproj…
Browse files Browse the repository at this point in the history
… to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTDATASQLCLIENT-6149434
  • Loading branch information
snyk-bot committed Feb 14, 2024
1 parent 2fce465 commit f8a5ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.AutoHistory" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.27" />
</ItemGroup>
<ItemGroup>
<None Update="Logo.png">
Expand Down

0 comments on commit f8a5ce9

Please sign in to comment.