{ "description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.", "version": "1.0.0-*", "repository": { "type": "git", "url": "git://github.com/aspnet/mvc" }, "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" }, "dependencies": { "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.0.0-*", "Microsoft.Extensions.FileProviders.Physical": "1.0.0-*", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" } }, "frameworks": { "net451": { "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*" } }, "dotnet5.4": { "dependencies": { "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*", "System.Collections.Concurrent": "4.0.11-*", "System.ComponentModel.TypeConverter": "4.0.1-*", "System.Reflection.Extensions": "4.0.1-*", "System.Text.Encoding.Extensions": "4.0.11-*" } } }, "exclude": [ "wwwroot", "node_modules", "bower_components" ] }