aspnetcore/src/Microsoft.Net.Http.Headers/project.json

31 lines
795 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 HTTP header implementations.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Diagnostics.Contracts": "4.0.1-*",
"System.Globalization": "4.0.11-*",
"System.Globalization.Extensions": "4.0.1-*",
"System.Linq": "4.0.1-*",
"System.Text.Encoding": "4.0.11-*",
"System.Runtime": "4.0.21-*"
},
"imports": "portable-net451+win8"
}
}
}