To install VISTA from the command line, run the following command:
nuget install VISTA -Version 3.2.1.4 -Source https://package.evidencelibrary.com/nuget/Firmware/
To install VISTA from the Package Manager Console within Visual Studio, run the following command:
Install-Package VISTA -Version 3.2.1.4 -Source https://package.evidencelibrary.com/nuget/Firmware/
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageReference Include="VISTA" Version="3.2.1.4" />