NuGet.ProjectModel 7.9.0

Prefix Reserved
dotnet add package NuGet.ProjectModel --version 7.9.0
                    
NuGet\Install-Package NuGet.ProjectModel -Version 7.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NuGet.ProjectModel" Version="7.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuGet.ProjectModel" Version="7.9.0" />
                    
Directory.Packages.props
<PackageReference Include="NuGet.ProjectModel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NuGet.ProjectModel --version 7.9.0
                    
#r "nuget: NuGet.ProjectModel, 7.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NuGet.ProjectModel@7.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NuGet.ProjectModel&version=7.9.0
                    
Install as a Cake Addin
#tool nuget:?package=NuGet.ProjectModel&version=7.9.0
                    
Install as a Cake Tool

NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (59)

Showing the top 5 NuGet packages that depend on NuGet.ProjectModel:

Package Downloads
Microsoft.DotNet.Scaffolding.Shared

Contains interfaces for Project Model and messaging for scaffolding.

Microsoft.DotNet.Cli.Utils

Package Description

NuGet.Commands

Complete commands common to command-line and GUI NuGet clients.

Dotnet.Script.DependencyModel

Provides runtime and compilation dependency resolution for dotnet-script based scripts.

FlubuCore

A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code. Documentation can be found at: https://github.com/dotnetcore/FlubuCore Detailed examples can be found at: https://github.com/dotnetcore/FlubuCore.Examples

GitHub repositories (41)

Showing the top 20 popular GitHub repositories that depend on NuGet.ProjectModel:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
ravendb/ravendb
ACID Document Database
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
MattParkerDev/SharpIDE