Skip to content

Commit

Permalink
fix: src/Cofoundry.Web/Cofoundry.Web.csproj to reduce vulnerabilities
Browse files Browse the repository at this point in the history
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 3080b2c commit 87b05a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cofoundry.Web/Cofoundry.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="HtmlSanitizer" Version="7.1.488" />

<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.27" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 87b05a1

Please sign in to comment.