Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garrytrinder/msteams-byop-ttk-vs-2022
- Owner: garrytrinder
- Created: 2023-08-29T09:58:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T11:07:33.000Z (about 1 year ago)
- Last Synced: 2023-09-05T11:43:29.867Z (about 1 year ago)
- Language: C#
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.