intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 53 forks source link

Target .NET Standard #116

Closed DotJoshJohnson closed 6 years ago

DotJoshJohnson commented 6 years ago

This PR changes the target from .NET Core App 2.0 to .NET Standard 2.0. This should correct #115. It also removes the dependency to the test SDK, which isn't required by the core library. With that dependency in place, NuGet forwards that dependency on to consumers of the package.