Package Manager
NuGet
.NET package manager.
- Install Command
- dotnet add package {package}
- Check Command
- dotnet --version
- Homepage URL
- https://dotnet.microsoft.com/
- Bootstrap Note
- NuGet is driven through the dotnet CLI, which is part of the .NET SDK.
- Has Install Step
- For Platform
macOS- Command
- brew install --cask dotnet-sdk
- Description
- Requires Homebrew.
- For Platform
Cross-platform- Download URL
- https://learn.microsoft.com/dotnet/core/install/linux
- Description
- Follow the distro-specific instructions published by Microsoft. Commands differ across Debian, Ubuntu, Fedora, RHEL, and derivatives.
- For Platform
Windows- Download URL
- https://dotnet.microsoft.com/download
- Description
- Download and run the SDK installer.