Microsoft.NETCore.App
2.2.0
A set of .NET API's that are included in the default .NET Core application model.
1249f08feda72b116c7e6e4e9a390671883c797d
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Install-Package Microsoft.NETCore.App -Version 2.2.0
dotnet add package Microsoft.NETCore.App --version 2.2.0
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.NETCore.App --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.NETCore.App, 2.2.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 Microsoft.NETCore.App as a Cake Addin
#addin nuget:?package=Microsoft.NETCore.App&version=2.2.0
// Install Microsoft.NETCore.App as a Cake Tool
#tool nuget:?package=Microsoft.NETCore.App&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799417
Dependencies
-
.NETCoreApp 2.2
- Microsoft.NETCore.DotNetHostPolicy (>= 2.2.0)
- Microsoft.NETCore.Platforms (>= 2.2.0)
- Microsoft.NETCore.Targets (>= 2.0.0)
- NETStandard.Library (>= 2.0.3)
Used By
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.NETCore.App:
| Package | Downloads |
|---|---|
|
BundlerMinifier.Core
Bundles and minifies CSS, JS and HTML files
|
|
|
Microsoft.VisualStudio.Web.CodeGeneration.Tools
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
|
|
|
Microsoft.Extensions.Caching.SqlConfig.Tools
Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching.
|
|
|
Microsoft.Extensions.SecretManager.Tools
Command line tool to manage user secrets for Microsoft.Extensions.Configuration.
|
|
|
Microsoft.DotNet.Watcher.Tools
Command line tool to watch for source file changes during development and restart the dotnet command.
|