61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"description": "ASP.NET Core MVC Razor view engine for CSHTML files.",
|
|
"version": "1.2.0-*",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"aspnetcoremvc",
|
|
"cshtml",
|
|
"razor"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.Razor.Host": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.AspNetCore.Mvc.ViewFeatures": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
|
|
"Microsoft.Extensions.FileProviders.Composite": "1.2.0-*",
|
|
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.PropertyActivator.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"NETStandard.Library": "1.6.1-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {}
|
|
},
|
|
"netstandard1.6": {
|
|
"dependencies": {
|
|
"System.Runtime.Loader": "4.3.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |