danikf / tik4net

Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
Apache License 2.0
174 stars 93 forks source link

.NET Standard Support #21

Closed dansiegel closed 6 years ago

dansiegel commented 6 years ago

Breaking Changes

TcpClient.Connect is only supported on netstandard2.0 and as such the API for ITikConnection.Open was updated to ITikConnection.OpenAsync

Notes

Lillecarl commented 6 years ago

@danikf Thoughts?

dansiegel commented 6 years ago

not much point in keeping this open. it seems @danikf has taken this as a template to update for netstandard already ;)

danikf commented 6 years ago

Sorry: