How to install the package RiotGamesAPI from NuGet
.Net
C#
NuGet
RiotGamesAPI
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package RiotGamesAPI -Version 1.0.0
# .NET CLI
dotnet add package RiotGamesAPI --version 1.0.0
# PackageReference
<PackageReference Include="RiotGamesAPI" Version="1.0.0" />
# Paket CLI
paket add RiotGamesAPI --version 1.0.0