{ "compilationOptions": { "warningsAsErrors": true }, "dependencies": { "Microsoft.AspNetCore.Localization": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit": "2.1.0-*", }, "testRunner": "xunit", "frameworks": { "dnx451": { "frameworkAssemblies": { "System.Runtime": "", "System.Threading.Tasks": "" }, "dependencies": { "xunit.runner.console": "2.1.0" } }, "dnxcore50": { "imports": "portable-net451+win8", "dependencies": { "xunit.runner.aspnet": "2.0.0-aspnet-*" } } }, "commands": { "test": "xunit.runner.aspnet" } }