Bot SDK uses deprecated dependency Microsoft.Rest.ClientRuntime(2.3.24) #6678
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
Microsoft.Bot.Builder.Integration.AspNet.Core 4.22.9
Describe the bug
Bot framework SDK package Microsoft.Bot.Builder.Integration.AspNet.Core(4.22.9) depends on Microsoft.Bot.Builder(4.22.9) that depends on Microsoft.Bot.Connector(4.22.9) that depends on Microsoft.Rest.ClientRuntime(2.3.24) which happens to be a deprecated package with suggested alternative Azure.Core. This prevents bot framework solutions to be deployed to production environments with policies denying any deprecated packages.
To Reproduce
Expected behavior
Current SDK should have no transitive dependencies that are deprecated.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: