Closed nickvarterian closed 5 years ago
Thank you for the PR @nickvarterian! However, this framework change is in fact already part of our development branch, v1-preview
. So thank you for taking the time to open this PR with us and please feel free to take a look at our 1.0.0 project backlog as we are working to improve our coverage of the HubSpot APIs!
Issue: Current HubSpot.NET class library is not compatible with .NET Core since the target framework is .NET Framework.
Solution: After modifying the class library to .NET Standard 2.0, it is now compatible with .NET Framework and .NET Core projects.