Azure-Samples / communication-services-AI-customer-service-sample

A sample app for the customer support center running in Azure, using Azure Communication Services and Azure OpenAI for text and voice bots.
MIT License
99 stars 67 forks source link

Fix package downgrade issues #36

Closed mbakalov closed 11 months ago

mbakalov commented 11 months ago

Azure.Identity package version upgrade in PR #28 was not compatible with Microsoft.Identity.Client version that was also being directly referenced from the project.

Bump the Microsoft.Identity.Client version to avoid dependency downgrade issues.