Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-13 18:50:45 +0300
committerGitHub <noreply@github.com>2022-04-13 18:50:45 +0300
commitbfe224f9b44df185e132db85dee99295e5f510e9 (patch)
tree00fb00187e5f361f11be44258347290160801e16
parentf016381c6ba63da69c3bbe0f5f3e6a104f5f8bce (diff)
Add arm64 cross-arch msi installers (#67265)
Expanding architecture support Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
-rw-r--r--src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Host.sfxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Host.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Host.sfxproj
index f32e7eb5e85..0fc6d8a05bf 100644
--- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Host.sfxproj
+++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Host.sfxproj
@@ -16,7 +16,7 @@
C++/CLI project system support.
-->
<ItemGroup>
- <CrossArchSdkMsiInstallerArch Include="x86;x64" />
+ <CrossArchSdkMsiInstallerArch Include="x86;x64;arm64" />
</ItemGroup>
<ItemGroup>