25 lines
750 B
JSON
25 lines
750 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Middleware for automatically applying culture information to HTTP requests.",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*",
|
|
"Microsoft.Framework.Localization.Abstractions": "1.0.0-*",
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.0-beta-*",
|
|
"System.Collections": "4.0.10-beta-*",
|
|
"System.Globalization": "4.0.10-beta-*",
|
|
"System.Linq": "4.0.0-beta-*",
|
|
"System.Threading": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|