31 lines
950 B
JSON
31 lines
950 B
JSON
{
|
|
"description": "The Razor view engine for ASP.NET MVC.",
|
|
"version": "6.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": false
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
|
|
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
|
|
"Microsoft.CodeAnalysis.CSharp": "1.0.0-rc1-*",
|
|
"Microsoft.Framework.Runtime.Roslyn.Common": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": {
|
|
"frameworkAssemblies": {
|
|
"System.Collections": "",
|
|
"System.IO": "",
|
|
"System.Runtime": "",
|
|
"System.Text.Encoding": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
},
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Threading.Tasks.Parallel": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|