安裝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
END