{ "dependencies": { "xunit": "2.1.0", "Microsoft.AspNet.Tools.PublishIIS" : "" }, "frameworks": { "dnxcore50": { "dependencies": { "Microsoft.NETCore.Platforms": "1.0.0-*", "xunit.runner.aspnet": "2.0.0-aspnet-*" } } }, "commands": { "test": "xunit.runner.aspnet" } }