More.AspNet.Hosting 1.2.1

Requires NuGet 2.5 or higher.

dotnet add package More.AspNet.Hosting --version 1.2.1
NuGet\Install-Package More.AspNet.Hosting -Version 1.2.1
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="More.AspNet.Hosting" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add More.AspNet.Hosting --version 1.2.1
#r "nuget: More.AspNet.Hosting, 1.2.1"
#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.
// Install More.AspNet.Hosting as a Cake Addin
#addin nuget:?package=More.AspNet.Hosting&version=1.2.1

// Install More.AspNet.Hosting as a Cake Tool
#tool nuget:?package=More.AspNet.Hosting&version=1.2.1

Provides "More" patterns and practices for hosting Microsoft ASP.NET applications.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on More.AspNet.Hosting:

Package Downloads
More.AspNet.Hosting.WebApi

The Microsoft ASP.NET Web API hosting library for the "More" framework.

More.AspNet.Hosting.Mvc

The Microsoft ASP.NET MVC hosting library for the "More" framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 1,143 2/4/2018
1.2.0 871 2/4/2018
1.1.0 1,392 5/6/2016
1.0.3 1,551 4/26/2016
1.0.2 4,686 11/11/2015
1.0.1 1,394 11/3/2015
1.0.0 988 11/3/2015

• Host now resolves settings by key and type
• Fixed stack overflow issue resolving multiple services