From aa611a1430284320fd087263f9bd0d5202840c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 26 Feb 2024 23:22:21 +0100 Subject: [PATCH] Remove RuntimeIdentifiers from Microsoft.NETCore.App.Crossgen2.sfxproj It shouldn't be needed according to https://github.com/dotnet/runtime/pull/98948#discussion_r1503223785 --- .../Microsoft.NETCore.App.Crossgen2.sfxproj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj index b531549b4f2d0a..1455d90b152636 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj @@ -10,12 +10,6 @@ $(SharedFrameworkName)$(PgoSuffix).$(RuntimeIdentifier) dotnet-crossgen2 crossgen2 - - linux-x64;linux-musl-x64;linux-arm;linux-musl-arm;linux-arm64;linux-musl-arm64;osx-x64;osx-arm64;win-x64;win-x86;win-arm64 - - $(RuntimeIdentifiers);freebsd-x64;freebsd-arm64 - $(RuntimeIdentifiers);linux-musl-riscv64 - $(RuntimeIdentifiers);linux-riscv64 false tools/ true