aspnetcore/samples/LocalizationSample/project.json

27 lines
607 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Localization": "1.0.0-*",
"Microsoft.Extensions.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"content": [
"web.config"
],
"frameworks": {
"net451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}