This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Description
Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#3353
Fixes microsoft/botbuilder-dotnet#3233
Added constructor to MicrosoftGovernmentAppCredentials that takes OAuthScope to support skills in gov.
Updated BotFrameworkHttpClient and BotFrameworkAdapter to pass the OAuthScope to MicrosoftGovernmentAppCredentials
Added SimpleBotToBot functional test for testing.
Added Microsoft.Bot.Framework.Skills.sln to load skills test projects.
Changed projects
- Microsoft.Bot.Builder
- Microsoft.Bot.Connector
- integration
- Microsoft.Bot.Connector.Tests
[Skills]