{ "version": "1.0.0-*", "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-00", "Microsoft.AspNetCore.Http.Abstractions": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.Extensions.Logging.Console": "1.0.0", "Newtonsoft.Json": "9.0.1", "xunit": "2.1.0" }, "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0", "type": "platform" }, "System.Net.Http": "4.1.0", "System.Net.Http.WinHttpHandler": "4.0.0", "System.Runtime.Serialization.Primitives": "4.1.1" }, "imports": [ "portable-dnxcore50+net45+win8+wp8+wpa81", "dotnet", "portable-net45+win8" ] }, "net451": { "dependencies": { "xunit.runner.console": "2.1.0" }, "frameworkAssemblies": { "System.Net.Http": "4.0.0.0" } } }, "buildOptions": { "allowUnsafe": true, "copyToOutput": { "include": "TestResources/testCert.pfx" } }, "testRunner": "xunit", "publishOptions": { "include": [ "TestResources/testCert.pfx" ] } }