From 4cc86e19249b91c7e8989c2d31496c8b2669ad2c Mon Sep 17 00:00:00 2001 From: "Yogev, Noam" Date: Sat, 13 Jan 2024 21:12:06 +0200 Subject: [PATCH] modify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d0c1a..98addb1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Nuget: [https://www.nuget.org/packages/ConcurrentPriorityQueue](https://www.nuge 2. Manages items according to a `First in first out` policy and `priority` on top of that. 3. Implements `IProducerConsumerCollection` interface. 4. Extends to a `BlockingCollection`. -5. Supports multi-frameworks, includes `net48` `netstandard2.0` `net6.0` `net7.0` +5. Supports multi-frameworks, includes `net48` `netstandard2.0` `net6.0` `net8.0` ### Examples: