Fixing build break

This commit is contained in:
Pranav K 2016-02-19 06:22:57 -08:00
parent 55a0202c59
commit ce425305bb
1 changed files with 2 additions and 5 deletions

View File

@ -7,8 +7,7 @@
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*", "Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*", "Microsoft.Net.Http.Headers": "1.0.0-*"
"Microsoft.NETCore.Platforms": "1.0.1-*",
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -16,9 +15,7 @@
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
}, },
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Data": "", "System.Runtime": ""
"System.Net.Http": "",
"System.Xml": ""
} }
} }
} }