File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 31
31
</PackageReference >
32
32
33
33
<PackageReference Include =" SharpYaml" Version =" 2.1.1" />
34
- <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
34
+ <PackageReference Include =" System.Text.Json" Version =" [8.0,)" />
35
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
36
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
35
37
</ItemGroup >
36
38
37
39
<ItemGroup >
Original file line number Diff line number Diff line change 22
22
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
23
23
</PropertyGroup >
24
24
<ItemGroup >
25
- <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
25
+ <PackageReference Include =" System.Text.Json" Version =" [8.0,)" />
26
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
27
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
26
28
</ItemGroup >
27
29
28
30
<ItemGroup >
You can’t perform that action at this time.
0 commit comments