Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Catch MVC up with Helios rename
Browse files Browse the repository at this point in the history
- allows builds to succeed after cleaning your repo (without NuGet.org source)
  • Loading branch information
dougbu committed Jun 23, 2014
1 parent d39b1a3 commit 0c6749a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/MvcSample.Web/project.json
Expand Up @@ -3,13 +3,13 @@
"warningsAsErrors": true
},
"dependencies": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.Core": "",
"Microsoft.AspNet.Mvc.ModelBinding": "",
"Microsoft.AspNet.Mvc.Razor": "",
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.DataAnnotations": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/BasicWebSite/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.Mvc": ""
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
},
"configurations": {
"net45": { },
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/InlineConstraintsWebSite/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*"
},
"configurations": {
Expand Down

0 comments on commit 0c6749a

Please sign in to comment.