From 251f72fafa6f5cef487023048f0cdd49c9fa86c2 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Wed, 20 Sep 2023 11:14:56 +1000 Subject: [PATCH] fixup! Add net9.0 known framework references --- eng/Versions.props | 1 + .../targets/GenerateBundledVersions.targets | 80 +++++++++++-------- 2 files changed, 49 insertions(+), 32 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7093ba055..c946cd164 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,6 +30,7 @@ <_NET70ILLinkPackVersion>7.0.100-1.23211.1 + <_NET80ILLinkPackVersion>8.0.100-1.23067.1 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index dcee54b3b..b8b7cbfa0 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -205,6 +205,10 @@ linux-ppc64le; "/> + + + + @@ -272,10 +280,14 @@ @(Net60MonoRuntimePackRids); " /> - + + - + + + @@ -320,10 +334,12 @@ win-x64; " /> + + @@ -612,39 +628,39 @@ Copyright (c) .NET Foundation. All rights reserved. TargetFramework="net8.0" RuntimeFrameworkName="Microsoft.NETCore.App" DefaultRuntimeFrameworkVersion="$(MicrosoftNETCoreAppDefaultRuntimeFrameworkVersion)" - LatestRuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" + LatestRuntimeFrameworkVersion="$(_NET80RuntimePackVersion)" TargetingPackName="Microsoft.NETCore.App.Ref" - TargetingPackVersion="$(MicrosoftNETCoreAppRefPackageVersion)" + TargetingPackVersion="$(_NET80TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(Net80RuntimePackRids, '%3B')" /> + ILLinkPackVersion="$(_NET80ILLinkPackVersion)" /> + WebAssemblySdkPackVersion="$(_NET80WebAssemblyPackVersion)" />