29 lines
845 B
JSON
29 lines
845 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"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-*",
|
|
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"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-*"
|
|
}
|
|
}
|
|
}
|
|
} |