{ "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.", "packOptions": { "repository": { "type": "git", "url": "https://github.com/aspnet/localization" }, "tags": [ "globalization", "localization" ] }, "buildOptions": { "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-*" } } } }