28 lines
686 B
JSON
28 lines
686 B
JSON
{
|
|
"version": "1.2.0-*",
|
|
"description": "ASP.NET Core HTML abstractions used for building HTML content.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Html.HtmlString\r\nMicrosoft.AspNetCore.Html.IHtmlContent",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/htmlabstractions"
|
|
},
|
|
"tags": [
|
|
"aspnetcore"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.2-*",
|
|
"System.Text.Encodings.Web": "4.4.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.0": {}
|
|
}
|
|
} |