I want to open this Project/Solution https://github.com/gorkemhacioglu/Stream-Viewer-Chat-BotI cloned it and then opened it using Visual Studio.
But dependency is missing and it gives error
I tried to install https://github.com/microsoft/BotFramework-Emulator and I tried to click "Manage NuGet packages for the Solution" and add Microsoft.Bot.Builder but output is like this
Restoring packages for C:\Users\user\Downloads\Stream-Viewer-Chat-Bot-main\Stream-Viewer-Chat-Bot-main\AutoUpdater\AutoUpdater.csproj...Restoring packages for C:\Users\user\Downloads\Stream-Viewer-Chat-Bot-main\Stream-Viewer-Chat-Bot-main\StreamViewerBot\StreamViewerBot.csproj...NU1104: Unable to find project 'C:\Users\user\Downloads\Stream-Viewer-Chat-Bot-main\Stream-Viewer-Chat-Bot-main\BotCore\BotCore.csproj'. Check that the project reference is valid and that the project file exists.Package restore failed. Rolling back package changes for 'StreamViewerBot'.
and NuGet package Microsoft.Bot.Builder is not installed
How to install this BotCore dependency ?