32 lines
788 B
JSON
32 lines
788 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.",
|
|
"tags": [
|
|
"globalization",
|
|
"localization"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/localization"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.1": {
|
|
"dependencies": {
|
|
"System.Collections.Concurrent": "4.0.12-*",
|
|
"System.Linq": "4.1.0-*",
|
|
"System.Resources.ResourceManager": "4.0.1-*"
|
|
},
|
|
"imports": [
|
|
"dotnet5.2"
|
|
]
|
|
}
|
|
}
|
|
} |