I opened a C# based Microsoft Azure open sourced application:
https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/rest-api-samples/dotnet
When opening it in Visual Studio 2017 I get a lot of errors:
I've read that it is possible that some packages are referenced but we need to restore it. When typing donent restore I get a success message:
Restore completed in 43.1 ms for C:\Users\path\blockchain\blockchain-workbench\rest-api-samples\dotnet\Workbench.Client.csproj.
But still nothing changes and the errors stay. What am I doing wrong?
Thanks