From ef2c63094970f7a55d73b06dbdc6c4b9b12689f5 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Mon, 12 Apr 2021 09:32:33 -0400 Subject: [PATCH] Include Mono in the name of all Mono runtime packs (#50327) We previously only used this naming on platforms that already had coreclr as an option. Using Mono in the name all the time will make what runtime you're dealing with less ambiguous. Fixes #49718 --- .../Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj index 153612f0e2b..6ab3f0743c9 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj @@ -27,7 +27,7 @@ The .NET Shared Framework - + Mono -- GitLab