-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
cgcel edited this page Jul 29, 2023
·
6 revisions
Refer to Microsoft's document.
- Load a project in Solution Explorer, and then select Project > Manage NuGet Packages.
- Select the Browse tab to display packages by popularity from the currently selected source (see Package sources). To search for a specific package, use the search box on the upper left. Select a package from the list to display its information on the right pane, which enables you to select a version to install.
- In the right pane, select a Version from the dropdown list. If you want to include prerelease versions in the Version list, select Include prerelease.
- To install the NuGet package, select Install. You might be asked to accept license terms or prompted to verify the installation.
- Download the
NanoRabbit.x.x.x.nupkg
at releases page. - Open Visual Studio, setup the Package sources, create a Package source and set
Source
as the path to .nupkg file. - Search NanoRabbit at Package source and install.
dotnet add package NanoRabbit --version {version}
See nuget.org to learn more.
Install-Package NanoRabbit
More details at Microsoft Nuget Document