File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<ItemGroup Condition =" '$(ReferenceCoyotePackages)' == 'true'" >
6
6
<PackageReference Include =" Microsoft.Coyote" />
7
-
8
- <!-- System.Text.Json is an indirect reference through Coyote. This
9
- reference is needed to mitigate:
10
- https://github.com/advisories/GHSA-hh2w-p6rv-4g7w. Remove this if Coyote
11
- publishes a fixed version. -->
12
- <PackageReference Include =" System.Text.Json" VersionOverride =" $(SystemTextJsonOutOfBandMinimumCoreAppVer)" Condition =" $(TargetFrameworksRequiringSystemTextJsonDirectReference.Contains('$(TargetFramework)'))" />
7
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
8
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
13
9
</ItemGroup >
14
10
15
11
</Project >
You can’t perform that action at this time.
0 commit comments