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