MCW-Securing-PaaS/Hands-on lab/AzureFunction/project.json

13 строки
370 B
JSON

{
"frameworks": {
"net46":{
"dependencies": {
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.13.1",
"Microsoft.IdentityModel.Logging": "1.0.0",
"Microsoft.Azure.KeyVault": "2.3.2",
"Microsoft.Rest.ClientRuntime.Azure": "3.0.0.0",
"Microsoft.Azure.Services.AppAuthentication": "1.0.0-preview"
}
}
}
}