{ "version": "1.0.0-*", "buildOptions": { "preserveCompilationContext": true, "emitEntryPoint": true }, "packOptions": { "files": { "mappings": { "lib/": "obj/precompiled/" } } }, "dependencies": { "Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "version": "1.0.0-*", "target": "package", "type": "build" } }, "tools": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", "type": "platform" } } }, "net451": {} } }