EFeru / DbcParser

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

Update Target framework #75

Closed Uight closed 2 months ago

Uight commented 2 months ago

Now as a seperate pull request

Using .net8.0 as default for all projects instead of .net6.0 as .net8.0 is now the current version with .net6.0 losing support soon Updated using target frameworks for the main project as discussed in #69 to solve #69

Will require changes in the github chain as .net8.0 will fail the current validation chain

Uight commented 2 months ago

Admin/Owner would need to update the github action to use .net8.0 instead of net6.0 for this to pass

Adhara3 commented 2 months ago

Should I worry about the checks failing?