Apollo3zehn / FluentModbus

Lightweight and fast client and server implementation of the Modbus protocol (TCP/RTU).
MIT License
189 stars 71 forks source link

.net 6 support? #65

Closed altwohill closed 2 years ago

altwohill commented 2 years ago

Hello, is there any plan to support .net6?

taai commented 2 years ago

@altwohill This package supports netstandard2 and netstandard2.1 – that means you can use it also with .NET 6 😉

Apollo3zehn commented 2 years ago

That's correct. @altwohill, do you have problems running it under .NET 6?