diff --git a/xml/System.Threading.Tasks/Parallel.xml b/xml/System.Threading.Tasks/Parallel.xml
index ba3dc80b15b..4f82e8d1af0 100644
--- a/xml/System.Threading.Tasks/Parallel.xml
+++ b/xml/System.Threading.Tasks/Parallel.xml
@@ -49,7 +49,7 @@
All public and protected members of are thread-safe and may be used concurrently from multiple threads.
Data Parallelism (Task Parallel Library)
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml
index c7f1cfe4c29..fc2830211c9 100644
--- a/xml/System.Threading.Tasks/Task.xml
+++ b/xml/System.Threading.Tasks/Task.xml
@@ -165,7 +165,7 @@
Task Parallel Library (TPL)
Task-based Asynchronous Programming
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
diff --git a/xml/System.Threading.Tasks/TaskCreationOptions.xml b/xml/System.Threading.Tasks/TaskCreationOptions.xml
index 104cbb2c2ae..15b43b97806 100644
--- a/xml/System.Threading.Tasks/TaskCreationOptions.xml
+++ b/xml/System.Threading.Tasks/TaskCreationOptions.xml
@@ -66,7 +66,7 @@
]]>
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
diff --git a/xml/System.Threading.Tasks/TaskFactory.xml b/xml/System.Threading.Tasks/TaskFactory.xml
index 13e0839bc7e..215de26c0db 100644
--- a/xml/System.Threading.Tasks/TaskFactory.xml
+++ b/xml/System.Threading.Tasks/TaskFactory.xml
@@ -83,7 +83,7 @@
All public and protected members of are thread-safe and may be used concurrently from multiple threads.
Task Parallel Library (TPL)
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
@@ -456,7 +456,7 @@
Creates a continuation task that starts when a set of specified tasks has completed.
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
@@ -1586,7 +1586,7 @@ The NotOn\* and OnlyOn\* ,
Task Parallel Library (TPL)
Chaining Tasks by Using Continuation Tasks
Task Cancellation
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
@@ -4458,7 +4458,7 @@ The NotOn\* and OnlyOn\* ,
]]>
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard
diff --git a/xml/System.Threading.Tasks/Task`1.xml b/xml/System.Threading.Tasks/Task`1.xml
index 2698a046954..cbdfe29636f 100644
--- a/xml/System.Threading.Tasks/Task`1.xml
+++ b/xml/System.Threading.Tasks/Task`1.xml
@@ -82,7 +82,7 @@ For operations that do not return a value, you use the
Task Parallel Library (TPL)
Task-based Asynchronous Programming
- Samples for Parallel Programming with the .NET Framework
+ Samples for Parallel Programming with the .NET Core and .NET Standard