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