The library targets .NET Standard 2.0.
To build and test the project locally, you'll need .NET SDK 5.0+.
To build all the projects, run the following:
dotnet build
To run all tests, run:
dotnet test
To run individual tests:
dotnet test --filter QueueTests
To create the nuget packages, run:
dotnet pack