Hi, I have tried [1] Download this project source from GitHub and open with VS2015, and [2] Opened a new project and go to NuGet to install “DigitalOcean.API” in my project. (Although I changed my project’s Target framework into .NET 2.0 or .NET 4.5.2, still got errors) But seems all methods are not work for me. I don’t know why, I have no ideas. Please advise with thanks!
For [1] ref: https://i.imgur.com/bNDHqd9.png
For [2] ref: https://i.imgur.com/XxhblJ9.png
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Looks like you already found your way there, but for other that end up on this question: The DigitalOcean.API .NET project is an open source project provided by a developer in the community. The best way to report an issues is on the project’s GitHub page:
From the project’s main developer:
[DigitalOcean.API] version 2.0+ is targeted towards .NET Standard 2.0. That means you need to target .NET 4.6.1+ as this is the earliest version that implements support.
If you’re unable to target that then you may want to try installing a previous 1.x version [of DigitalOcean.API] which should also be available on NuGet
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
