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

22 lines
522 B
JSON

{
"version": "1.0.0-*",
"description": "Abstractions of application localization services.",
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.10-*",
"System.Globalization": "4.0.10-*",
"System.Reflection": "4.0.10-*",
"System.Runtime": "4.0.20-*",
"Microsoft.CSharp": "4.0.0-*"
}
}
}
}