smartystreets / smartystreets-dotnet-sdk

The official client libraries for accessing SmartyStreets APIs from .Net (C# and CLR-based languages)
https://smartystreets.com/docs/sdk/dotnet
Apache License 2.0
22 stars 20 forks source link

Changing project files to support dotnetstandard #7

Closed hello-consumer closed 6 years ago

hello-consumer commented 6 years ago

I've converted the existing project files to support .NET standard, which would allow this API to be used in .NET Core and Xamarin applications.

I believe this addresses #5

brandonyoung commented 6 years ago

ETA on this PR?

joliver commented 6 years ago

@brandonyoung @hello-consumer I just pushed a new version to Github which targets .NET Standard v2 and I have published an updated NuGet package of the same. Take a look and see if the latest versions work for you.