We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6615079 commit c98ca28Copy full SHA for c98ca28
src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj
@@ -45,9 +45,7 @@
45
<!--STJ
46
required until Microsoft.Extensions.Logging.Console and Microsoft.Extensions.Configuration.Json
47
update their dependencies -->
48
- <PackageReference Include="System.Text.Json" Version="[8.0,)" />
49
- <NuGetAuditSuppress Include="https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
50
- <NuGetAuditSuppress Include="https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
+ <PackageReference Include="System.Text.Json" Version="9.0.0" />
51
</ItemGroup>
52
53
<ItemGroup>
0 commit comments