From 711257a217687f6459c90e5c50e5379caf970ae9 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Wed, 24 Apr 2024 16:06:10 +0000 Subject: [PATCH 1/4] Initial changes --- eng/Subsets.props | 1 + eng/Versions.props | 8 +++ src/installer/pkg/sfx/installers.proj | 4 ++ .../pkg/sfx/installers/netstandard2.1.proj | 60 +++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 src/installer/pkg/sfx/installers/netstandard2.1.proj diff --git a/eng/Subsets.props b/eng/Subsets.props index a35f99ef759b7d..00ae8a31c58cf1 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -507,6 +507,7 @@ + diff --git a/eng/Versions.props b/eng/Versions.props index ba8e464d4f35ec..230fd466d8742d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -260,4 +260,12 @@ 8.0.101 $(MicrosoftDotnetSdkInternalVersion) + + + true + diff --git a/src/installer/pkg/sfx/installers.proj b/src/installer/pkg/sfx/installers.proj index 7f4ce6b9c1c409..2f947e6d9e291e 100644 --- a/src/installer/pkg/sfx/installers.proj +++ b/src/installer/pkg/sfx/installers.proj @@ -22,6 +22,10 @@ + + + + + + true + true + netstandard-targeting-pack-2.1 + NETStandard.Library.Ref + NETStandard.Library.Ref 2.1.0 + false + ToolPack + true + netstandard-targeting-pack-2.1.0-x64.rpm + https://dotnetcli.blob.core.windows.net/dotnet/Runtime/3.1.0/$(OriginalNETStandard21PkgFilename) + $([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)', 'download')) + $(NETStandard21TempDir)$(OriginalNETStandard21PkgFilename) + $(NETStandard21TempDir)netstandard21.semaphore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 151fb46294ffe623f8349433234d8d2b818de578 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Wed, 24 Apr 2024 19:17:04 +0000 Subject: [PATCH 2/4] Enable building in 8.0.6 release --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 230fd466d8742d..8a9af323efedb5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -261,11 +261,11 @@ $(MicrosoftDotnetSdkInternalVersion) - - true + true From 1ff0c1773148b6402a8d0ec33ad7bfd93970fc06 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Tue, 7 May 2024 18:33:29 +0000 Subject: [PATCH 3/4] Build netstandard 2.1 installer for RPM only --- src/installer/pkg/sfx/installers/netstandard2.1.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/pkg/sfx/installers/netstandard2.1.proj b/src/installer/pkg/sfx/installers/netstandard2.1.proj index 8b83ec3277da5f..3d3758cb4c79ff 100644 --- a/src/installer/pkg/sfx/installers/netstandard2.1.proj +++ b/src/installer/pkg/sfx/installers/netstandard2.1.proj @@ -1,7 +1,7 @@ true - true + false netstandard-targeting-pack-2.1 NETStandard.Library.Ref NETStandard.Library.Ref 2.1.0 From 81e04fb3b3e56e4bb2066c4dc6c481a0eacfb79e Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 9 May 2024 23:51:33 +0000 Subject: [PATCH 4/4] Update target build to 8.0.7 --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 8a9af323efedb5..677bef5639bf56 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -264,8 +264,8 @@ - true + true