NuGet Packages - Soverance/Exodus GitHub Wiki
NuGet Packages
The Exodus Data Management Service is dependent on a number of external packages that are not included in this repository (they are purposefully excluded via .gitignore). Before compiling, you must add these packages to the Visual Studio project via the NuGet Package Manager.
- Right click on the "Exodus" project root and select "Manage NuGet Packages..." from the context menu.
From the "Browse" tab of the NuGet Package Manager, search for and install the following packages:
- System.Management.Automation
- Microsoft.Web.Administration
Installing the Microsoft.Web.Administration package will install numerous supporting packages as well, a complete list of which can be found in the "Exodus/packages.config" file.