{ "version": "1.0.0", "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Razor": "1.2.0-*", "Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*", "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { "version": "1.2.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.2.0-*", "Moq": "4.6.36-*", "Newtonsoft.Json": "9.0.1", "xunit": "2.2.0-*" }, "testRunner": "xunit", "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", "type": "platform" }, "System.Diagnostics.TraceSource": "4.3.0-*" } }, "net451": { "frameworkAssemblies": { "System.Runtime": "", "System.Threading.Tasks": "" } } }, "buildOptions": { "define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ], "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "embed": { "include": "TestFiles/**/*" }, "compile": { "include": "**/*.cs", "exclude": [ "TestFiles/**/*", "bin", "obj" ] } } }