My Sitecore Upgrade Learnings Part 2
Hello Everyone, This is second part of My Sitecore Upgrade Learnings. In previous part we have seen, how to upgrade Sitecore from one version to another. You can refer the same in link Part1 . In this blog, we will try to cover the backend code part upgrade required for the same. There are many ways in which we can upgrade the code part listed below. Updating the Sitecore DLL using Package Manager Console for all the projects in your current solution Using a Powershell Script to update the Sitecore DLL for all the projects in your current solution The First option is fairly simple. Open any project of your solution, Click on references --> Manage Nuget Package. Once Nuget Package is open, then you will see the installed version of Sitecore DLL. Click on Update tab and you will be able to see the updated version. Just select the version as per your need and click on update. It will also update all the dependent DLL for that version. There is one more option to update th...