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
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.
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