botframework-sdk
botframework-sdk copied to clipboard
Bot SDK uses deprecated dependency Microsoft.Rest.ClientRuntime(2.3.24)
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.