Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setup has detected that visual studio 2015 update 3 may not be completely installed [duplicate]

If your purpose is to install the .Net core and it was giving an error saying that you haven't installed VS Update 3 properly, then you can solve it by running :

DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1

Take a look here and also here for where I got my sources.