From 410b992bfba530841451fc4e1857be8ea1a8f92a Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 6 Apr 2020 21:38:18 -0700 Subject: [PATCH] Change FrameworkName to .NET (#34615) Fixes #33680 --- .../InteropServices/RuntimeInformation/RuntimeInformation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.cs b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.cs index 8e50ce0d1d91c..68430979fb699 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.cs +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.cs @@ -8,7 +8,7 @@ namespace System.Runtime.InteropServices { public static partial class RuntimeInformation { - private const string FrameworkName = ".NET Core"; + private const string FrameworkName = ".NET"; private static string? s_frameworkDescription; private static string? s_runtimeIdentifier;