Skip to content

Commit b06cdad

Browse files
committed
fix: AzureDevOpsTeamMembersVelocity/AzureDevOpsTeamMembersVelocity.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-7433719
1 parent f526363 commit b06cdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureDevOpsTeamMembersVelocity/AzureDevOpsTeamMembersVelocity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.Razor" Version="6.0.26" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.5" />
2121
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.5">
2222
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)