Reputation: 970
GPO and the will of the Gods dictates that I can't use Nuget to grab the managed API. Is there an alternative source? If I simply pull the entire github branch, how do I compile and install it correctly?
Upvotes: 0
Views: 340
Reputation: 27861
Is there an alternative source?
You can download it directly from Microsoft from this link.
Once you install it, you can from visual studio add a reference to the DLL that was installed to the installation folder.
Upvotes: 1