aspnetcore/src/Microsoft.AspNet.Html.Abstr.../project.json

27 lines
564 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTML content interface.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"System.Text.Encodings.Web": "4.0.0-beta-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.IO": "",
"System.Runtime": ""
}
},
"dotnet5.4": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.1-beta-*"
}
}
}
}