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

Commit 0c6749a

Browse files
committed
Catch MVC up with Helios rename
- allows builds to succeed after cleaning your repo (without NuGet.org source)
1 parent d39b1a3 commit 0c6749a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/MvcSample.Web/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"Helios": "1.0.0-*",
76
"Microsoft.AspNet.Http": "1.0.0-*",
87
"Microsoft.AspNet.Mvc": "",
98
"Microsoft.AspNet.Mvc.Core": "",
109
"Microsoft.AspNet.Mvc.ModelBinding": "",
1110
"Microsoft.AspNet.Mvc.Razor": "",
1211
"Microsoft.AspNet.Routing": "1.0.0-*",
12+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
1313
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
1414
"Microsoft.DataAnnotations": "1.0.0-*",
1515
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",

test/WebSites/BasicWebSite/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"Helios": "1.0.0-*",
4-
"Microsoft.AspNet.Mvc": ""
3+
"Microsoft.AspNet.Mvc": "",
4+
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
55
},
66
"configurations": {
77
"net45": { },

test/WebSites/InlineConstraintsWebSite/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"Helios": "1.0.0-*",
43
"Microsoft.AspNet.Mvc": "",
4+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
55
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*"
66
},
77
"configurations": {

0 commit comments

Comments
 (0)