Microsoft.AspNet.Mvc by Microsoft

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

.NET API 446,120 bytes

 Microsoft.AspNet.Mvc 3.0.50813.1

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>3.0.50813.1</version>
    <title>ASP.NET MVC 3</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetmvc3update-eula.htm</licenseUrl>
    <projectUrl>http://www.asp.net/mvc</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <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>
    <language>en-US</language>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebPages" version="1.0.20105.408" />
      <dependency id="Microsoft.AspNet.Razor" version="1.0.20105.408" />
    </dependencies>
  </metadata>
</package>