aspnetcore/src/Microsoft.Framework.Globali.../project.json

20 lines
514 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.",
"dependencies": {
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.10-*",
"System.Collections.Concurrent": "4.0.10-*",
"System.Globalization": "4.0.10-*",
"Microsoft.CSharp": "4.0.0-*"
}
}
}
}