{ "version": "1.0.0-*", "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "description": "ASP.NET Core web server for writing and running tests.", "packOptions": { "repository": { "type": "git", "url": "git://github.com/aspnet/hosting" }, "tags": [ "aspnetcore", "hosting", "testing" ] }, "dependencies": { "Microsoft.AspNetCore.Hosting": "1.0.0-*" }, "frameworks": { "net451": { "frameworkAssemblies": { "System.Net.Http": "" } }, "netstandard1.5": { "dependencies": { "System.Diagnostics.Contracts": "4.0.1-*", "System.Net.Http": "4.1.0-*" }, "imports": [ "portable-net45+win8" ] } } }