aspnetcore/src/Microsoft.AspNetCore.Locali.../project.json

25 lines
685 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",
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-*",
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}