Fix The Resource File Name Change (#31723)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Tue, 4 Feb 2020 20:11:36 +0000 (12:11 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 20:11:36 +0000 (15:11 -0500)
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TplEventSource.cs

index f244f31..c1a1d20 100644 (file)
@@ -14,7 +14,7 @@ namespace System.Threading.Tasks
         Guid = "2e5dba47-a3d2-4d16-8ee0-6671ffdcd7b5",
         LocalizationResources =
 #if CORECLR
-            "System.Private.CoreLib.Resources.Strings"
+            "System.Private.CoreLib.Strings"
 #else
             null
 #endif