Skip to content

Commit ea2459a

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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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
@@ -10,10 +10,6 @@
1010
<OverridePackageId>$(SharedFrameworkName)$(PgoSuffix).$(RuntimeIdentifier)</OverridePackageId>
1111
<ArchiveName>dotnet-crossgen2</ArchiveName>
1212
<SharedFrameworkHostFileNameOverride>crossgen2</SharedFrameworkHostFileNameOverride>
13-
<!-- Build this pack for any RID if building from source. Otherwise, only build select RIDs. -->
14-
<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>
15-
<!-- FreeBSD runtime/apphost packs aren't built in the official build so only reference the RIDs when targetting FreeBSD -->
16-
<RuntimeIdentifiers Condition="'$(DotNetBuildSourceOnly)' != 'true' and '$(TargetOS)' == 'freebsd'">$(RuntimeIdentifiers);freebsd-x64;freebsd-arm64</RuntimeIdentifiers>
1713
<GenerateInstallers>false</GenerateInstallers>
1814
<HostJsonTargetPath>tools/</HostJsonTargetPath>
1915
<PermitDllAndExeFilesLackingFileVersion>true</PermitDllAndExeFilesLackingFileVersion>

0 commit comments

Comments
 (0)