NuGet.Core
2.14.0
NuGet.Core is the core framework assembly for NuGet that the rest of NuGet builds upon.
Install-Package NuGet.Core -Version 2.14.0
dotnet add package NuGet.Core --version 2.14.0
<PackageReference Include="NuGet.Core" Version="2.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NuGet.Core --version 2.14.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NuGet.Core, 2.14.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NuGet.Core as a Cake Addin
#addin nuget:?package=NuGet.Core&version=2.14.0
// Install NuGet.Core as a Cake Tool
#tool nuget:?package=NuGet.Core&version=2.14.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Microsoft.Web.Xdt (>= 2.1.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NuGet.Core:
| Package | Downloads |
|---|---|
|
NuGet.Protocol.Core.v2
NuGet Protocol v2
|
|
|
NuGet.Server
Web Application used to host a read-only NuGet feed
|