Skip to content

Commit efb8e6a

Browse files
Fix NU1510 warning
Fix NU1510 warning that only seems to happen on Linux.
1 parent 8936372 commit efb8e6a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/Directory.Build.targets

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44

55
<ItemGroup Condition="'$(ReferenceCoyotePackages)' == 'true'">
66
<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" />
139
</ItemGroup>
1410

1511
</Project>

0 commit comments

Comments
 (0)