{ "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "copyToOutput": { "include": [ "SubFolder/**/*", "TestDocument.txt", "TestDocument1MB.txt" ] } }, "publishOptions": { "include": [ "SubFolder/**/*", "TestDocument.txt" ] }, "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*", "Microsoft.AspNetCore.Server.WebListener": "1.2.0-*", "Microsoft.AspNetCore.StaticFiles": "1.2.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*", "Microsoft.Extensions.Logging.Testing": "1.2.0-*", "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", "type": "platform" } } }, "net451": { "frameworkAssemblies": { "System.Net.Http": "" } } }, "testRunner": "xunit" }