BotBuilder-Samples/Migration/MigrationV3V4
dependabot[bot] 3ffd4d2704
Bump System.IdentityModel.Tokens.Jwt (#3938)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.1.2 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 12:47:46 -06:00
..
CSharp Bump System.IdentityModel.Tokens.Jwt (#3938) 2024-02-01 12:47:46 -06:00
Node [Node]Update node version to 16 in ARM templates (#3921) 2023-10-24 15:35:08 -05:00
README.md Re-order migration folder. Create top migration, move migration V3V4 to it. (#3179) 2021-04-19 15:11:32 -07:00

README.md

Bot Framework Migration from V3 to V4

Overview

This area contains samples for migration workflows from Bot Framework V3 SDK to Bot Framework V4 SDK for .NET and JS.

Goals of this work

In some cases, since the V4 SDK contains substantial improvements that are not compatible with V3, some migration may require potential re-write or substantial effort. This section contains examples and best practices to support Migration documentation.

Samples

CSharp

Node