Change FrameworkName to .NET (#34615)
authorJan Kotas <jkotas@microsoft.com>
Tue, 7 Apr 2020 04:38:18 +0000 (21:38 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 04:38:18 +0000 (21:38 -0700)
Fixes #33680

src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.cs

index 8e50ce0..6843097 100644 (file)
@@ -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;