.Net client references

I’m trying to make some edits to the 1.8.1 .Net client for a specific application.

When I open up the source code there are a lot of references that are missing…

Is there a list somewhere for where I can get each of these? I didn’t see anything to that effect in the zip file, readme, etc.

Thanks!

Those are NuGet packages, which can be downloaded by right clicking on the project and following the menus for NuGet. The list of packages is provided in packages.config

Thanks! Unfortunately nuget doesn’t seem to work correctly on my work laptop, but I was able to find the packages and get them in there manually :slight_smile:

1 Like