EFeru / DbcParser

.NET CAN bus dbc file parser
MIT License
76 stars 28 forks source link

Add netcoreapp3.1 support #9

Closed taylorjdlee closed 2 years ago

taylorjdlee commented 2 years ago

While trying to address issue #7 I decided to try building the library with netcoreapp3.1 and it does build successfully. This is as the project I'm using the library on uses the netcoreapp3.1 framework

Should be a simple addition to the framework section of the DbcParserLib.csproj

hakwes commented 2 years ago

@taylorjdlee According to Microsoft docs the project should target netstandard2.0

EFeru commented 2 years ago

Fixed see #11