aspnetcore/samples/AzureBlob/project.json

24 lines
594 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
"Microsoft.AspNetCore.DataProtection.AzureStorage": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.2.0-*"
}
},
"frameworks": {
"netcoreapp1.1": {
"imports": [
"portable-net45+win8+wp8+wpa81"
]
}
}
}