-
Notifications
You must be signed in to change notification settings - Fork 0
How to compile
Rubén Vallejo edited this page Aug 20, 2017
·
1 revision
-
Do you need to open the project in Visual Studio (2017 is preferred) (Target framework version is 4.6.2)
-
Build solution
-
If failed, try to open the NuGet Console: Tools > NuGet Package Manager > Open NuGet Console and enter the following command:
Update-Package
Press enter and wait the packages to be installed.
- Then you can Build/Run project, it should work.