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