Moved System.Web.Mvc to NuGet. Version change: None

This commit is contained in:
Rob King
2015-12-07 20:46:05 +00:00
parent ff7c7148ac
commit 3f72249654
128 changed files with 2159 additions and 274 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
</packages>