{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*", "System.Net.Http": "4.0.1-*", "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { }, "dnxcore50": { } }, "compilationOptions": { "allowUnsafe": true }, "commands": { "test": "xunit.runner.aspnet -parallel none" } }