DarthAffe / OBD.NET

C#-Library to read data from car through an ELM327-/STN1170-Adapter
GNU General Public License v2.0
178 stars 82 forks source link

Upgrade to .NET 6 #26

Closed derskythe closed 2 years ago

derskythe commented 2 years ago

Hi, I found that your project does not work on the new .NET 6. In my changes, I only moved the project from version 5 to version 6 and System.IO.Ports library

DarthAffe commented 2 years ago

Hey, thanks for contributing :) Since there's currently no reason to break compatibilitywith .NET 5 I added it back as additional target in #27