From baab89cb05ecdb9d3827c9a3932c7924c2230a01 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Wed, 7 Aug 2024 19:55:07 -0400 Subject: [PATCH] Bump Microsoft.IO.Redist to 6.0.1 CG was flagging ILLink.Tasks and Microsoft.NETCore.Platforms as pulling in an older version of Microsoft.IO.Redist. This change pins the version we use to clear the alert. --- eng/Versions.props | 2 ++ .../src/Microsoft.NETCore.Platforms.csproj | 3 +++ src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj | 3 +++ 3 files changed, 8 insertions(+) diff --git a/eng/Versions.props b/eng/Versions.props index 8ec2ffbbdf9305..422eebaad7a3db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -263,5 +263,7 @@ $(runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion) 3.1.56 + + 6.0.1 diff --git a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj index 24aa038645aecc..b37e5e47f3fdf4 100644 --- a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj +++ b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj @@ -43,6 +43,9 @@ + + + diff --git a/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj b/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj index c7bda095b5b2ba..7cb1f45e0f9c00 100644 --- a/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj +++ b/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj @@ -48,6 +48,9 @@ + + +