20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"version" : "0.1-alpha-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Security.Windows" : "",
|
|
"Microsoft.AspNet.Server.WebListener" : "",
|
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
|
"xunit.assert": "2.0.0-aspnet-*",
|
|
"xunit.core": "2.0.0-aspnet-*",
|
|
"xunit.execution": "2.0.0-aspnet-*"
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": ""
|
|
}
|
|
}
|
|
}
|
|
}
|