Microsoft.AspNet.Mvc by Microsoft

<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />

.NET API 548,800 bytes

 Microsoft.AspNet.Mvc 5.3.0

This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.Mvc</id>
    <version>5.3.0</version>
    <title>Microsoft ASP.NET MVC</title>
    <authors>Microsoft</authors>
    <owners>Microsoft,aspnet</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">NET_Library_EULA_ENU.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>NET.icon.png</icon>
    <projectUrl>https://www.asp.net/mvc</projectUrl>
    <description>This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.</description>
    <summary>This package contains the runtime assemblies for ASP.NET MVC.</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet Mvc AspNetMvc</tags>
    <repository type="git" url="https://github.com/aspnet/AspNetWebStack" />
    <dependencies>
      <dependency id="Microsoft.AspNet.WebPages" version="3.3.0" />
      <dependency id="Microsoft.AspNet.Razor" version="3.3.0" />
    </dependencies>
  </metadata>
</package>