Hello,
We are currently trying to migrate our code from old Azure Bot Service with Bot Channel Registration and App Service to new Azure Bot Service with Azure Bot and App Service.
I have received these steps from Genie in azure support,
You can migrate from Bot SDK 4.3 to Bot SDK 4.13 by following the below steps:
- Update the Bot Builder NuGet package to the latest version.
- Update the Bot Framework SDK version in the .csproj file.
- Update the Bot Framework SDK version in the appsettings.json file.
- Update the Bot Framework SDK version in the Startup.cs file.
- Update the Bot Framework SDK version in the bot.js file.
- Update the Bot Framework SDK version in the web.config file.
I have completed first step updating nuget package, but i do not see SDK version in .csproj file and appsettings.json file.