Visual Studio中如何重装和更新Package
方法1:在Package Manager console 控制台输入命令
更新命令:Update-Package
重装命令:Update-Package –reinstall
方法2:在PackageManager UI 界面中,
更新:在Updates页框中更新。
重装:在Installed页框中先卸载再重装(要手工一个个装,且要记住名字)
方法1:在Package Manager console 控制台输入命令
更新命令:Update-Package
重装命令:Update-Package –reinstall
方法2:在PackageManager UI 界面中,
更新:在Updates页框中更新。
重装:在Installed页框中先卸载再重装(要手工一个个装,且要记住名字)