Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 921fe68

Browse files
authored
Update 1-how-to.md
1 parent 1e6ab94 commit 921fe68

File tree

1 file changed

+2
-2
lines changed
  • docs/_docs/skills/tutorials/migrate-to-new-skill/csharp

1 file changed

+2
-2
lines changed

docs/_docs/skills/tutorials/migrate-to-new-skill/csharp/1-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In the Bot Framework 4.7 release, the Bot Framework Skills capability was transi
4141
<PackageReference Include="Microsoft.Bot.Schema" Version="4.7.1" />
4242
```
4343

44-
> Please note that `Microsoft.Bot.Builder.Solutions` library version 4.6.2 is compatible with BotBuilder 4.7.1.
44+
> Please note that `Microsoft.Bot.Builder.Solutions` library version 4.6.0 is compatible with BotBuilder 4.7.1.
4545

4646
1. Update BotController.cs
4747

@@ -163,4 +163,4 @@ In the Bot Framework 4.7 release, the Bot Framework Skills capability was transi
163163

164164
The existing `MultiProviderAuthDialog` if used will automatically adapt to this change and no changes are required. As required you can switch to using the `OAuthPrompt` directly.
165165

166-
In order to update to the new Skill manifest schema and handle Action invocation follow steps 2 and 3 of this tutorial.
166+
In order to update to the new Skill manifest schema and handle Action invocation follow steps 2 and 3 of this tutorial.

0 commit comments

Comments
 (0)