Info
Version: | 1.1.0 |
Author(s): | bcuff |
Last Update: | Tuesday, November 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bcuff/aspnetcore-compatibility-middleware |
NuGet Url: | https://www.nuget.org/packages/AspNetCoreCompatibility |
Install
Install-Package AspNetCoreCompatibility
dotnet add package AspNetCoreCompatibility
paket add AspNetCoreCompatibility
AspNetCoreCompatibility Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.1)
Tags
Enables older ASP .NET concurrency model. This package is useful for applications that have been ported from ASP .NET to ASP .NET Core and depend on the old behavior of ASP .NET.