I am upgrading Umbraco from 7.4.3 to 7.6.3.
I installed Umbraco 7.4.3 using nuget in VS2013. Now when I try to upgrade using nuget( Update-Package UmbracoCms), I get the following error in VS2013:
The 'UmbracoCms 7.6.3' package requires NuGet client version '3.4.4' or above, but the current NuGet version is '2.12.0.817'
I checked here and it seem to me that NuGet client version '3.4.4' is for vs2015 only but I am using VS2013.
Is there any solution of this problem?