Skip to content

Commit 364f46e

Browse files
committed
fix: samples/server/petstore/aspnetcore-6.0/src/Org.OpenAPITools/Org.OpenAPITools.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-8168848
1 parent ddb15d4 commit 364f46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server/petstore/aspnetcore-6.0/src/Org.OpenAPITools/Org.OpenAPITools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<DockerfileContext>..\..</DockerfileContext>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
1818
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
1919
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.4.0" />
2020
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.4.0" />

0 commit comments

Comments
 (0)