aspnetcore/test/Microsoft.Framework.Localiz.../project.json

20 lines
391 B
JSON

{
"dependencies": {
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.Localization": "1.0.0-*",
"xunit": "2.1.0-*",
"xunit.runner.dnx": "2.1.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Reflection": "4.0.11-beta-*"
}
}
},
"commands": {
"test": "xunit.runner.dnx"
}
}