fix build break - this wasnt referencing the right helios package

This commit is contained in:
Ryan Nowak 2014-06-26 14:18:41 -07:00
parent f194723230
commit ba506b2976
1 changed files with 2 additions and 2 deletions

View File

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