Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garrytrinder/msteams-byop-ttk-vs-2022

This repository demonstrates how you can take an existing project and use it with Teams Toolkit for Visual Studio 2022
https://github.com/garrytrinder/msteams-byop-ttk-vs-2022

Last synced: 25 days ago
JSON representation

This repository demonstrates how you can take an existing project and use it with Teams Toolkit for Visual Studio 2022

Awesome Lists containing this project

README

        

# Bring your existing .NET Microsoft Teams project to Teams Toolkit for Visual Studio

This repository demonstrates how you can take an existing project and use it with Teams Toolkit for Visual Studio 2022.

This repo contains two projects:

- **01-Original**, is a copy of the [bot-conversation-sso-quickstart-csharp](https://github.com/OfficeDev/Microsoft-Teams-Samples/samples/bot-conversation-sso-quickstart-csharp) sample taken from the [Microsoft-Teams-Samples](https://github.com/OfficeDev/Microsoft-Teams-Samples) repository.
- **02-TTK** is an upgraded version of the same project that uses [Teams Toolkit for Visual Studio](https://learn.microsoft.com/microsoftteams/platform/toolkit/toolkit-v4/teams-toolkit-fundamentals-vs?pivots=visual-studio-v17-7&WT.mc_id=m365-00000-garrytrinder) to provision and configure all resources using `Prepare Teams App Dependencies` feature.