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