29 lines
878 B
JSON
29 lines
878 B
JSON
{
|
|
"version": "0.1-alpha-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.ConfigurationModel" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.Identity.InMemory" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.PipelineCore" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.RequestContainer" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.Testing" : "0.1-alpha-*",
|
|
"Xunit.KRunner": "0.1-alpha-*",
|
|
"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.Runtime": "",
|
|
"System.Collections": ""
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"test": "Xunit.KRunner"
|
|
}
|
|
} |