fix build break - this wasnt referencing the right helios package
This commit is contained in:
parent
f194723230
commit
ba506b2976
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Helios": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Mvc": "",
|
"Microsoft.AspNet.Mvc": "",
|
||||||
"Microsoft.AspNet.Mvc.TestConfiguration": ""
|
"Microsoft.AspNet.Mvc.TestConfiguration": "",
|
||||||
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue