southworks / BotBuilder-Samples

Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
https://github.com/Microsoft/BotBuilder
MIT License
6 stars 6 forks source link

[#3431] Remove dotnet core 2.1 templates from vsix - Update templates #382

Closed ceciliaavila closed 2 years ago

ceciliaavila commented 2 years ago

Fixes # 3431

Description

This PR updates the dotnet templates removing the netcore2.1 and netcore2.2 options for creating bots. Also, it updates the version of Microsoft.VSSDK.BuildTools to a stable version in the BotBuilderTemplatesVSIX project.

Detailed Changes

Testing

These images show the VSIX working in VisualStudio 2019 and VisualStudio 202, and the before and after of the dotnet templates' menu. image image

image

ceciliaavila commented 2 years ago

Promoted to MS in PR# 3619