From d2540cb4b25e6cf87a01af4eb834d809ccf1e77f Mon Sep 17 00:00:00 2001 From: Vadim Kacherov Date: Tue, 3 Mar 2020 21:08:43 -0500 Subject: [PATCH] Update setup-yarn.md Looks like the 3.1 is now required to test the bot --- docs/setup-yarn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-yarn.md b/docs/setup-yarn.md index a9f4aa09d9..fd65c9a6c7 100644 --- a/docs/setup-yarn.md +++ b/docs/setup-yarn.md @@ -9,7 +9,7 @@ Bot Framework Composer is designed to be a hosted web app. Currently, you need t - [Node.js](https://nodejs.org/dist/v12.13.0/): version 12.13.0 - [Yarn](https://yarnpkg.com/en/docs/install): latest stable version - [Bot Framework Emulator](https://github.com/microsoft/BotFramework-Emulator/releases/latest): latest stable version -- [.NET Core SDK 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2): required to test your bot +- [.NET Core SDK 3.1](https://dotnet.microsoft.com/download/dotnet-core/current): required to test your bot ## Installation instructions 1. To start, open a terminal and clone the Composer GitHub repository. You will use this terminal for the rest of the steps in this section.