Updating NuGet Packages

ePortal uses NuGet packages to deliver important functionality. One advantage of a NuGet package is that it is easy to update a NuGet package installed in an existing project. For more information on NuGet, refer to https://www.nuget.org/.

Any time you install a new major version of ePortal or a new Interim Correction (IC), you should check to see if there are updates to the NuGet packages that are installed in your existing presentation projects. Perform the following procedure for each ePortal solution to install updated versions of the NuGet packages:

  1. Create a backup of the entire solution folder.

  2. Open the existing solution in Visual Studio.

  3. On the Tools menu, click NuGet Package Manager, and then click Package Manager Console.

    The Package Manager Console window appears.

  4. Enter the UpdateUnisysNuGetPackages command.

    Wait for the process to complete. This may take several minutes, depending on the number of packages to be updated.

This launches a PowerShell script that updates all Unisys NuGet packages in all projects present in the solution to the most recent versions. Any dependent packages are also upgraded, if required.