aboutsummaryrefslogtreecommitdiffstats
path: root/community/dotnet6-stage0/installer_portable-runtime-id.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/dotnet6-stage0/installer_portable-runtime-id.patch')
-rw-r--r--community/dotnet6-stage0/installer_portable-runtime-id.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/dotnet6-stage0/installer_portable-runtime-id.patch b/community/dotnet6-stage0/installer_portable-runtime-id.patch
deleted file mode 100644
index 22594168d4f..00000000000
--- a/community/dotnet6-stage0/installer_portable-runtime-id.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 892222071f73062f969f4f6ed1df8f759b9327b7 Mon Sep 17 00:00:00 2001
-PatchSource: https://github.com/dotnet/installer/pull/12516
-From: Tom Deseyn <tom.deseyn@gmail.com>
-Date: Wed, 3 Nov 2021 15:12:59 +0100
-Subject: [PATCH] GetRuntimeInformation.targets: determine
- PortableProductMonikerRid based on HostOSName and Architecture.
-
----
- src/redist/targets/GetRuntimeInformation.targets | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets
-index 5133c3a3841..01f704c7d8e 100644
---- a/src/redist/targets/GetRuntimeInformation.targets
-+++ b/src/redist/targets/GetRuntimeInformation.targets
-@@ -28,6 +28,8 @@
- '$(Rid)' == 'linux-musl-x64' ">$(Rid)</ProductMonikerRid>
- <ProductMonikerRid Condition=" '$(ProductMonikerRid)' == '' ">$(OSName)-$(Architecture)</ProductMonikerRid>
-
-+ <PortableProductMonikerRid Condition=" '$(PortableProductMonikerRid)' == '' ">$(HostOSName)-$(Architecture)</PortableProductMonikerRid>
-+
- <ArtifactNameSdk>dotnet-sdk-internal$(PgoTerm)</ArtifactNameSdk>
- <ArtifactNameCombinedHostHostFxrFrameworkSdk>dotnet-sdk$(PgoTerm)</ArtifactNameCombinedHostHostFxrFrameworkSdk>