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

18 lines
296 B
JSON

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