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

34 lines
799 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"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Buffers": "4.0.0-*",
"System.Text.Encodings.Web": "4.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": ""
}
},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.IO.FileSystem": "4.0.1-*"
},
"imports": "portable-net451+win8"
}
}
}