Catch MVC up with Helios rename

- allows builds to succeed after cleaning your repo (without NuGet.org source)
This commit is contained in:
dougbu 2014-06-23 13:54:30 -07:00
parent d39b1a3786
commit 0c6749a5e7
3 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Mvc": "", "Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.Core": "", "Microsoft.AspNet.Mvc.Core": "",
"Microsoft.AspNet.Mvc.ModelBinding": "", "Microsoft.AspNet.Mvc.ModelBinding": "",
"Microsoft.AspNet.Mvc.Razor": "", "Microsoft.AspNet.Mvc.Razor": "",
"Microsoft.AspNet.Routing": "1.0.0-*", "Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.DataAnnotations": "1.0.0-*", "Microsoft.DataAnnotations": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*", "Microsoft.Framework.ConfigurationModel": "1.0.0-*",

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"Helios": "1.0.0-*", "Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc": "" "Microsoft.AspNet.Server.IIS": "1.0.0-*"
}, },
"configurations": { "configurations": {
"net45": { }, "net45": { },

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.Mvc": "", "Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*" "Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*"
}, },
"configurations": { "configurations": {