30 lines
771 B
JSON
30 lines
771 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Abstractions of application localization services.\r\nCommonly used types:\r\nMicrosoft.Extensions.Localization.IStringLocalizer\r\nMicrosoft.Extensions.Localization.IStringLocalizer<T>",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/localization"
|
|
},
|
|
"tags": [
|
|
"localization"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.0": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-*",
|
|
"System.Globalization": "4.0.11-*",
|
|
"System.Resources.ResourceManager": "4.0.1-*"
|
|
}
|
|
}
|
|
}
|
|
} |