41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/httpabstractions"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Features": "1.0.0-*",
|
|
"Microsoft.Extensions.ActivatorUtilities.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.11-beta-*",
|
|
"System.Diagnostics.Tools": "4.0.1-beta-*",
|
|
"System.Globalization": "4.0.11-beta-*",
|
|
"System.Globalization.Extensions": "4.0.1-beta-*",
|
|
"System.Linq": "4.0.1-beta-*",
|
|
"System.Linq.Expressions": "4.0.11-beta-*",
|
|
"System.Net.Primitives": "4.0.11-beta-*",
|
|
"System.Net.WebSockets": "4.0.0-beta-*",
|
|
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
|
|
"System.Runtime": "4.0.21-beta-*",
|
|
"System.Runtime.InteropServices": "4.0.21-beta-*",
|
|
"System.Security.Claims": "4.0.1-beta-*",
|
|
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
|
|
"System.Security.Principal": "4.0.1-beta-*",
|
|
"System.Threading.Tasks": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
}
|
|
} |