Update TestHost's dependencies

This commit is contained in:
Troy Dai 2015-05-20 12:24:38 -07:00
parent ac1e0aeee3
commit 1566f72063
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"description": "ASP.NET 5 web server for writing and running tests.",
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "version": "1.0.0-*", "type": "build" }
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
},
"frameworks": {
"dnx451": {