AI OnAI Off
Hi,
Maybe you need to specify the source of the Nuget - it has to be set to EPiServer Nuget. You could also add the target project (if you have more than one).
Install-Package EPiServer.CMS –projectName MyProject -Version 8.1.0 -Source http://nuget.episerver.com/feed/packages.svc/
It is worth noting that downgrades are not supported. Database schema changes etc are irreversible.
You could also try changing the version in packages.config and run Update-Package –reinstall. But like Magnus said, you will need an old backup of the database as well.
Thanks all,
Hi Oskar,
I change the packages.confic and run Update-Package –reinstall. but still i get one Error "NuGet Package restore failed for project Menu: Unable to find version '8.8.0' of package 'EPiServer.CMS'..How to resolve it ?.
Thanks,
Tamizhendhi
Hi,
I have installed new version (9.1.0.116) episerver CMS in my system. But I want previous version (8.1.0.75). I google it and got some answers,
NuGet Package Manager CMD: Install-Package EPiServer.CMS -Version 8.1.0
but its not work.I want to install 8.1.0.75 Version.
Thanks,