
After connecting the botskills command, I don't see any changes to my Luis dispatch app.
Thanks @DishaAgarwal for reporting this issue. We will be reviewing this and we will back to you ASAP!
Hi @DishaAgarwal - sorry for the delay.
To resolve the issue you have to follow these steps:
The problem happens because, as the attached image points, you have the .NET Core runtime 3.1.5 version and Dispatch needs .NET Core runtime 2.1.0 or higher but less than 3.0.0.

Last but not least, you can check your .NetCore runtimes excecuting dotnet --list-runtimes
Hi,
Thanks! It worked after changing the version.
Awesome! I'll close this issue.
Hi @Batta32 , Just wanted to confirm when support for .NET Core Version 3.1.5 be available for botconnect command?
Hi @DishaAgarwal, botskills internally executes botdispatch which is the tool that needs .NET Core 2.1.0. or higher but less than 3.0.0.
It is planned to migrate botdispatch to botframework-cli, so we expect that botdispatch continue using the same supported .NET Core versions until the tool is migrated to botframework-cli.

@Batta32, Thanks for the update!
Most helpful comment
Hi,
Thanks! It worked after changing the version.