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

21 lines
335 B
JSON

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