I tried something like:
error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed.
But I already have many versions (more recent) of .NET framework (Developer pack) installed:

Is there a way to automate the install of the dependecies needed to build your project?
Something that can be done 100% from command-line? (I don't have the Visual Studio IDE, I don't use it).
Thanks again!
I tried something like:
clone the repo
go to
bootnext-masterlaunch this:
or
and/or
/property:Configuration="Release|x64"but it always failed because I don't have the right version:
But I already have many versions (more recent) of .NET framework (Developer pack) installed:
Is there a way to automate the install of the dependecies needed to build your project?
Something that can be done 100% from command-line? (I don't have the Visual Studio IDE, I don't use it).
Thanks again!