30 lines
981 B
JSON
30 lines
981 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Middleware for automatically applying culture information to HTTP requests.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/localization"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-*",
|
|
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.NotNullAttribute.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-*",
|
|
"System.Collections": "4.0.11-beta-*",
|
|
"System.Globalization": "4.0.11-beta-*",
|
|
"System.Linq": "4.0.1-beta-*",
|
|
"System.Threading": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|