pusher / pusher-websocket-dotnet

Pusher Channels Client Library for .NET
MIT License
112 stars 113 forks source link

Feature/dot net standard support #56

Closed imaji closed 5 years ago

imaji commented 5 years ago

.NET Standard support ready for nuget and build integration

imaji commented 5 years ago

This ended up being a fairly basic change. In order to support .net standard, I had to retire the Sync version of the methods, as the library I was using to wrap the async methods into synd methods didn't support .net standard properly. Test were updated accordingly.

kn100 commented 5 years ago

Merging this now!