Skip to content

Commit 9c9e209

Browse files
jigargandhiRon Petrusha
authored and
Ron Petrusha
committed
Removing duplicate tip block (dotnet#3383)
that gives guidelines for installation
1 parent 7ec482b commit 9c9e209

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/standard/parallel-programming/walkthrough-using-dataflow-in-a-windows-forms-application.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ This document demonstrates how to create a network of dataflow blocks that perfo
2828

2929
> [!TIP]
3030
> The TPL Dataflow Library (<xref:System.Threading.Tasks.Dataflow?displayProperty=nameWithType> namespace) is not distributed with the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)]. To install the <xref:System.Threading.Tasks.Dataflow> namespace, open your project in [!INCLUDE[vs_dev11_long](../../../includes/vs-dev11-long-md.md)], choose **Manage NuGet Packages** from the Project menu, and search online for the `Microsoft.Tpl.Dataflow` package.
31-
32-
> [!TIP]
33-
> The TPL Dataflow Library (<xref:System.Threading.Tasks.Dataflow?displayProperty=nameWithType> namespace) is not distributed with the [!INCLUDE[net_v45](../../../includes/net-v45-md.md)]. To install the <xref:System.Threading.Tasks.Dataflow> namespace, open your project in [!INCLUDE[vs_dev11_long](../../../includes/vs-dev11-long-md.md)], choose **Manage NuGet Packages** from the Project menu, and search online for the `Microsoft.Tpl.Dataflow` package.
31+
3432

3533
## Sections
3634
This walkthrough contains the following sections:

0 commit comments

Comments
 (0)