Microsoft.AspNet.Mvc.Core 6.0.0-beta1

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.AspNet.Mvc.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNet.Mvc.Core --version 6.0.0-beta1                
NuGet\Install-Package Microsoft.AspNet.Mvc.Core -Version 6.0.0-beta1                
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="Microsoft.AspNet.Mvc.Core" Version="6.0.0-beta1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.Mvc.Core --version 6.0.0-beta1                
#r "nuget: Microsoft.AspNet.Mvc.Core, 6.0.0-beta1"                
#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 Microsoft.AspNet.Mvc.Core as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Mvc.Core&version=6.0.0-beta1&prerelease

// Install Microsoft.AspNet.Mvc.Core as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Mvc.Core&version=6.0.0-beta1&prerelease                

The core runtime components of ASP.NET MVC.

Product Compatible and additional computed target framework versions.
ASP.NET aspnet50 is compatible. 
ASP.NETCore aspnetcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (28)

Showing the top 5 NuGet packages that depend on Microsoft.AspNet.Mvc.Core:

Package Downloads
Microsoft.AspNet.Mvc.ApiExplorer

Contains API explorer functionality for ASP.NET MVC for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.

Microsoft.AspNet.Mvc.DataAnnotations

Metadata and Validation using System.ComponentModel.DataAnnotations for the MVC runtime

Microsoft.AspNet.Mvc.ViewFeatures

View Rendering features for the MVC runtime

Microsoft.AspNet.Mvc.Formatters.Json

JSON input and output for the MVC runtime

Microsoft.AspNet.Mvc.Cors

CORS features for the core MVC runtime

GitHub repositories

This package is not used by any popular GitHub repositories.