27 lines
721 B
JSON
27 lines
721 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/httpabstractions"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
|
|
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
|
|
"Microsoft.Net.Http.Headers": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.IO.FileSystem": "4.0.1-beta-*",
|
|
"System.Runtime": "4.0.21-beta-*",
|
|
"System.Resources.ResourceManager": "4.0.1-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|