Dotnet core client library for planning poker.
Info
Version: | 0.1.0 |
Author(s): | PlanningPoker.Client |
Last Update: | Sunday, July 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sicarrington/PlanningPokerClientDotNet |
NuGet Url: | https://www.nuget.org/packages/PlanningPoker.Client |
Install
Install-Package PlanningPoker.Client
dotnet add package PlanningPoker.Client
paket add PlanningPoker.Client
PlanningPoker.Client Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.WebSockets(>= 2.1.1)
- Microsoft.Extensions.Configuration(>= 2.1.1)
- Microsoft.Extensions.Configuration.Binder(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- Newtonsoft.Json(>= 11.0.2)
- System.Net.WebSockets.Client(>= 4.3.2)