Skip to content

Commit

Permalink
Change FrameworkName to .NET (#34615)
Browse files Browse the repository at this point in the history
Fixes #33680
  • Loading branch information
jkotas authored Apr 7, 2020
1 parent 1f0c9cd commit 410b992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 410b992

Please sign in to comment.