* Removing Helios from sample

* Adding System.Runtime to unblock CI
This commit is contained in:
Pranav K 2015-12-08 11:17:29 -08:00
parent c672d699f1
commit 39451a57b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"dependencies": {
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Routing": "1.0.0-*"
},

View File

@ -32,7 +32,8 @@
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Text.RegularExpressions": "4.0.11-*"
"System.Text.RegularExpressions": "4.0.11-*",
"System.Runtime": "4.0.21-*"
}
}
}