aspnetcore/src/Microsoft.AspNetCore.Mvc.Vi.../project.json

73 lines
2.1 KiB
JSON

{
"description": "ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.Controller\r\nMicrosoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute\r\nMicrosoft.AspNetCore.Mvc.ViewComponent",
"version": "1.2.0-*",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
},
"buildOptions": {
"allowUnsafe": true,
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Antiforgery": "1.2.0-*",
"Microsoft.AspNetCore.ChunkingCookieManager.Sources": {
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Html.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Mvc.Core": {
"target": "project"
},
"Microsoft.AspNetCore.Mvc.DataAnnotations": {
"target": "project"
},
"Microsoft.AspNetCore.Mvc.Formatters.Json": {
"target": "project"
},
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.Extensions.CopyOnWriteDictionary.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"
},
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"NETStandard.Library": "1.6.2-*",
"Newtonsoft.Json": "9.0.1",
"System.Buffers": "4.4.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.4.0-*"
}
}
}
}