44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"description": "ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.",
|
|
"version": "1.0.1-*",
|
|
"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.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-rtm-21431",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.6": {
|
|
"dependencies": {
|
|
"System.Collections.Concurrent": "4.0.12",
|
|
"System.ComponentModel.TypeConverter": "4.1.0",
|
|
"System.Reflection.Extensions": "4.0.1",
|
|
"System.Text.Encoding.Extensions": "4.0.11"
|
|
}
|
|
}
|
|
}
|
|
} |