From 94ab7737c22217c5e406aa86ac6ef96da545f3d6 Mon Sep 17 00:00:00 2001 From: Eyal Date: Thu, 18 Mar 2021 11:09:03 -0700 Subject: [PATCH] Updated platform requirements (#6235) --- Orchestrator/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Orchestrator/README.md b/Orchestrator/README.md index 26090428c..2aeddbd58 100644 --- a/Orchestrator/README.md +++ b/Orchestrator/README.md @@ -98,6 +98,20 @@ This enables basic intent recognition. For more advanced scenarios follow the st * Only English language recognition is available in this preview release. * Only the *default* base model is available to Orchestrator solutions. +## Platform Support +Orchestrator supports the following platforms. + +### OS Support +MacOS v10.14 / v10.15 +Ubuntu 18 / 20 +Windows 10 + +### Language Support +Nodejs v10, v12, v14 +C# .NET Standard 2.1 (x64-only) +C# .NET Core 3.1 (x64-only) + + ## Additional Reading - [Tech overview][18] @@ -132,4 +146,4 @@ See the [School skill navigator](https://github.com/microsoft/BotBuilder-Samples [22]:./docs/BFOrchestratorReport.md "report interpretation" [23]: ./docs/BFOrchestratorUsage.md "BF Orchestrator command usage" [24]:https://docs.microsoft.com/azure/bot-service/index-bf-sdk -[25]: https://github.com/microsoft/BotFramework-Composer/blob/main/docs/preview%20features/orchestrator.md "Composer integration instructions" \ No newline at end of file +[25]: https://github.com/microsoft/BotFramework-Composer/blob/main/docs/preview%20features/orchestrator.md "Composer integration instructions"