derek-will / SocketCANSharp

.NET managed wrapper for SocketCAN on Linux
BSD 3-Clause "New" or "Revised" License
54 stars 13 forks source link

Update sample projects and test suite to target .NET 6 #58

Closed derek-will closed 1 year ago

derek-will commented 2 years ago

.NET 5 is the current target for the sample projects and the unit test suite. .NET 5 has reached End Of Life and build warnings are produced when compiling code that targets .NET 5 now.

An example of the warning message that is now produced:

warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.