Skip to content

Commit 63b2e2f

Browse files
committed
Fix details for CoreCLR binary
1 parent 98568fb commit 63b2e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dlls/mscoree/Native.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Common Language Runtime - WorkStation\0"
5+
#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime\0"
66

77
#include <fxver.h>
88
#include <fxver.rc>

src/pal/prebuilt/inc/fxverstrings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
#ifndef VER_PRODUCTNAME_STR
6-
#define VER_PRODUCTNAME_STR L"Microsoft\256 .NET Framework"
6+
#define VER_PRODUCTNAME_STR L"Microsoft\256 .NET Core"
77
#endif
88

99
#ifndef VER_LEGALCOPYRIGHT_STR

0 commit comments

Comments
 (0)