Skip to content

Commit 1a0de58

Browse files
committed
fix: samples/server/petstore/aspnetcore-6.0-nullableReferenceTypes/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 1a0de58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)