File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 13
13
<PackageVersion Include =" Microsoft.Bcl.HashCode" Version =" 6.0.0" />
14
14
<PackageVersion Include =" Microsoft.Build" Version =" $(MicrosoftBuildPackageVersion)" />
15
15
<PackageVersion Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildPackageVersion)" />
16
+ <!--
17
+ Suppress advisory for Microsoft.Build.Tasks.Core as this repo only compiles against these assemblies,
18
+ and uses a lower version for compatability. The actual version used at runtime is the version of
19
+ MSBuild actually running.
20
+ -->
21
+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
16
22
<PackageVersion Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildPackageVersion)" />
17
23
<PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" $(MicrosoftBuildPackageVersion)" />
18
24
<PackageVersion Include =" Microsoft.Win32.Registry" Version =" 5.0.0" />
You can’t perform that action at this time.
0 commit comments