microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
865 stars 480 forks source link

[#6651] Replace TestFramework package to remove ADAL dependencies #6690

Closed ceciliaavila closed 10 months ago

ceciliaavila commented 10 months ago

Fixes #6651

Description

This PR replaces the use of Microsoft.Rest.ClientRuntime.Azure.TestFramework to avoid ADAL dependencies.

Specific Changes

Testing

The following image shows the Microsoft.Bot.Connector tests passing after the changes. image