From 6d74c21536c9095fc2ab03673cea74d75f12c795 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 15 Feb 2024 10:18:58 -0600 Subject: [PATCH] add SdkAnalysisLevel where it is easily computed, instead of in the SDK repo --- eng/Versions.props | 4 ++++ src/redist/targets/GenerateBundledVersions.targets | 1 + src/redist/targets/GenerateLayout.targets | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 931d2e4ca..7159d9b9a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,6 +9,10 @@ 0 1 00 + + $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index e4e8a29ce..94b2b73cf 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -514,6 +514,7 @@ Copyright (c) .NET Foundation. All rights reserved. $(_NETCorePlatformsPackageVersion) %24(MSBuildThisFileDirectory)RuntimeIdentifierGraph.json $(Version) + $(SdkFeatureBand) $(ProductMonikerRid) $(PortableProductMonikerRid) <_NETCoreSdkIsPreview>$(_NETCoreSdkBeingBuiltIsPreview) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 8ef9e81b7..4542d9998 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -475,7 +475,7 @@