Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noamyogev84 committed Jan 13, 2024
1 parent 3ad9378 commit 4cc86e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` interface.
4. Extends to a `BlockingCollection<T>`.
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:

Expand Down

0 comments on commit 4cc86e1

Please sign in to comment.