Skip to content

Commit c8da0a9

Browse files
authored
Upgrade MSBuild dependencies to latest patch version (#627)
1 parent c63daff commit c8da0a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Directory.Packages.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
1414
<PackageVersion Include="Microsoft.Build" Version="$(MicrosoftBuildPackageVersion)" />
1515
<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" />
1622
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildPackageVersion)" />
1723
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildPackageVersion)" />
1824
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />

0 commit comments

Comments
 (0)