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

@ -8,6 +8,7 @@
"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-*",
"Microsoft.Net.Http.Headers": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"frameworks": { "frameworks": {