Skip to content

Commit 654a71b

Browse files
C# 6 / .NET Framework 4,6
1 parent 54f0b48 commit 654a71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ bool received = receivable.TryReceive(out string item);
131131
This library has no NuGet package. You can either [download](https://github.com/theodorzoulias/SimpleTplDataflowPipelines/releases) the project and build it locally, or just
132132
embed the single code file [`PipelineBuilder.cs`](https://github.com/theodorzoulias/SimpleTplDataflowPipelines/blob/main/src/SimpleTplDataflowPipelines/PipelineBuilder.cs)
133133
(~400 lines of code) into your project.
134-
This library has been tested on the .NET Core 3.0, .NET 5 and .NET Framework 4.5 platforms.
134+
This library has been tested on the .NET Core 3.0, .NET 5 and .NET Framework 4.6 platforms.
135135

136136
## Performance
137137

0 commit comments

Comments
 (0)