hubspot-net / HubSpot.NET

C# .NET Wrapper around the common HubSpot APIs.
MIT License
112 stars 137 forks source link

Changed HubSpot.NET from a .NET Framework class library to .NET Standard 2.0 class library. #51

Closed nickvarterian closed 5 years ago

nickvarterian commented 5 years ago

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.

Psypher9 commented 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!