botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Bot SDK uses deprecated dependency Microsoft.Rest.ClientRuntime(2.3.24)

Open tomaszoida opened this issue 1 year ago • 0 comments

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

tomaszoida avatar Nov 27 '24 10:11 tomaszoida