aspnetcore/src/Microsoft.AspNetCore.WebUti.../project.json

38 lines
822 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 common helper methods.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*",
"System.Buffers": "4.0.0-*",
"System.Text.Encodings.Web": "4.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": ""
}
},
"netstandard1.3": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.IO.FileSystem": "4.0.1-*"
},
"imports": [
"dotnet5.4"
]
}
}
}