From 247586743bb0a486bf176f69d4f789bf27ffd120 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Mon, 5 Aug 2024 13:55:55 -0400 Subject: [PATCH] [mono] Only ship runtime packs that are classified as mobile targets (#104307) In past .NET releases, we have shipped mono runtime packs for most of our support matrix. Starting in .NET 9, we will pull this back significantly and only ship runtime packs that are targeted at our 'mobile' platforms. This includes apple, android, wasm, and wasi targets. Contributes to https://github.com/dotnet/docs/issues/41366 --- .../Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props index c8ca3be5fd6965..b3ea66f32586ba 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props @@ -23,12 +23,15 @@ Mono + false Mono.LLVM + false Mono.LLVM.AOT + false Mono.multithread