File tree Expand file tree Collapse file tree
src/installer/pkg/sfx/Microsoft.NETCore.App Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments