Skip to content

Commit

Permalink
Update setup-yarn.md (#2160)
Browse files Browse the repository at this point in the history
Looks like the 3.1 is now required to test the bot

Co-authored-by: Chris Whitten <[email protected]>
  • Loading branch information
vkacherov and cwhitten authored Mar 7, 2020
1 parent 3eea821 commit d8f8441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup-yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8f8441

Please sign in to comment.