aspnetcore/src/CultureInfoGenerator/project.json

17 lines
526 B
JSON

{
"version": "1.0.0-*",
"description": "Generates a list of known culture names from the OS using CultureInfo.GetCultures. This tool is intended to be run on Windows using full .NET Framework.",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
},
"dependencies": {
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*"
},
"commands": {
"CultureInfoGenerator": "CultureInfoGenerator"
},
"frameworks": {
"dnx451": { }
}
}