This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.

Tutorial: Create (csharp)

Download and install

  1. Download and install Visual Studio for PC or Mac.
  2. Download and install the Virtual Assistant and Skill Templates.

    Note that Visual Studio on Mac doesn’t support VSIX packages, instead clone the Virtual Assistant Sample. from our repository

  3. Download and install .NET Core SDK v3.1.
  4. Download and install Node Package manager.

    Node version 10.14.1 or higher is required for the Bot Framework CLI

  5. Download and install PowerShell Core.
  6. Download and install the Bot Framework CLI tools:

    npm install -g botdispatch @microsoft/botframework-cli
    
  7. Install BotSkills CLI tool:

    npm install -g botskills@latest
    
  8. Download and install the Azure CLI (Minimum version 2.2.0 required).
  9. Download and install the Bot Framework Emulator.