Microsoft.NETCore.DotNetAppHost
2.2.0
Provides the .NET Core app bootstrapper intended for use in the application directory
1249f08feda72b116c7e6e4e9a390671883c797d
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Install-Package Microsoft.NETCore.DotNetAppHost -Version 2.2.0
dotnet add package Microsoft.NETCore.DotNetAppHost --version 2.2.0
<PackageReference Include="Microsoft.NETCore.DotNetAppHost" 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.DotNetAppHost --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.NETCore.DotNetAppHost, 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.DotNetAppHost as a Cake Addin
#addin nuget:?package=Microsoft.NETCore.DotNetAppHost&version=2.2.0
// Install Microsoft.NETCore.DotNetAppHost as a Cake Tool
#tool nuget:?package=Microsoft.NETCore.DotNetAppHost&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
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.NETCore.DotNetAppHost:
| Package | Downloads |
|---|---|
|
Microsoft.NETCore.DotNetHostResolver
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
1249f08feda72b116c7e6e4e9a390671883c797d
When using NuGet 3.x this package requires at least version 3.4.
|