23 lines
656 B
JSON
23 lines
656 B
JSON
{
|
|
"description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.",
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
|
"Microsoft.Framework.Logging": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": {},
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
|
"System.Reflection.Extensions": "4.0.0-beta-*",
|
|
"System.Text.RegularExpressions": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|