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

27 lines
762 B
JSON

{
"version": "1.0.0-*",
"description": "Abstractions of application localization services.",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
},
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build",
"version": "1.0.0-*"
}
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Runtime": "4.0.21-beta-*"
}
}
}
}