We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98d181 + 63b2e2f commit 7ba374cCopy full SHA for 7ba374c
src/dlls/mscoree/Native.rc
@@ -2,7 +2,7 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
3
// See the LICENSE file in the project root for more information.
4
5
-#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Common Language Runtime - WorkStation\0"
+#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime\0"
6
7
#include <fxver.h>
8
#include <fxver.rc>
src/pal/prebuilt/inc/fxverstrings.h
@@ -3,7 +3,7 @@
#ifndef VER_PRODUCTNAME_STR
- #define VER_PRODUCTNAME_STR L"Microsoft\256 .NET Framework"
+ #define VER_PRODUCTNAME_STR L"Microsoft\256 .NET Core"
#endif
9
#ifndef VER_LEGALCOPYRIGHT_STR
0 commit comments