Skip to content

Commit 7b62d92

Browse files
committed
Remove RuntimeIdentifiers from Microsoft.NETCore.App.Crossgen2.sfxproj
It shouldn't be needed according to #98948 (comment)
1 parent c7664ff commit 7b62d92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<SharedFrameworkName>$(SharedFrameworkName).Crossgen2</SharedFrameworkName>
1010
<ArchiveName>dotnet-crossgen2</ArchiveName>
1111
<SharedFrameworkHostFileNameOverride>crossgen2</SharedFrameworkHostFileNameOverride>
12-
<!-- Build this pack for any RID if building from source. Otherwise, only build select RIDs. -->
13-
<RuntimeIdentifiers Condition="'$(DotNetBuildSourceOnly)' != 'true'">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>
14-
<!-- FreeBSD runtime/apphost packs aren't built in the official build so only reference the RIDs when targetting FreeBSD -->
15-
<RuntimeIdentifiers Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetOS)' == 'freebsd'">$(RuntimeIdentifiers);freebsd-x64;freebsd-arm64</RuntimeIdentifiers>
1612
<GenerateInstallers>false</GenerateInstallers>
1713
<HostJsonTargetPath>tools/</HostJsonTargetPath>
1814
<PermitDllAndExeFilesLackingFileVersion>true</PermitDllAndExeFilesLackingFileVersion>

0 commit comments

Comments
 (0)