This commit is contained in:
daveta 2021-03-29 10:07:52 -07:00 коммит произвёл GitHub
Родитель c656a6d61d
Коммит 43ab34d054
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -43,7 +43,6 @@ To use Orchestrator in place of Dispatch in an existing bot:
### In a C\# bot
- Install the `Microsoft.Bot.Builder.AI.Orchestrator` NuGet package.
- Set your project to target `x64` platform.
- Install the latest supported version of the [Visual C++ redistributable package](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads).
```csharp
@ -108,8 +107,8 @@ Windows 10
### Language Support
Nodejs v10, v12, v14
C# .NET Standard 2.1 (x64-only)
C# .NET Core 3.1 (x64-only)
C# .NET Standard 2.1
C# .NET Core 3.1
## Additional Reading