安装DotNetCore.1.0.0-VS2015Tools.Preview2.exe时提示
“Setup has detected that Visual Studio 2015 Update 3 may not be completely installed. Please repair Visual Studio 2015 Update 3, then install this product again.”
解决方法
使用以下命令安装即可。
DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1
setup
安装成功
END
网友评论