Add missing packages
This commit is contained in:
parent
a905276f4b
commit
1db5233cac
|
|
@ -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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue