Add missing packages

This commit is contained in:
Brennan 2016-01-22 16:07:05 -08:00
parent a905276f4b
commit 1db5233cac
1 changed files with 20 additions and 19 deletions

View File

@ -1,22 +1,23 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"commands": { "commands": {
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*", "Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "Microsoft.Net.Http.Headers": "1.0.0-*",
}, "xunit.runner.aspnet": "2.0.0-aspnet-*"
"frameworks": { },
"dnx451": { "frameworks": {
"frameworkAssemblies": { "dnx451": {
"System.Data": "", "frameworkAssemblies": {
"System.Net.Http": "", "System.Data": "",
"System.Xml": "" "System.Net.Http": "",
} "System.Xml": ""
} }
} }
}
} }