Remove deprecated dotnets (.net5.0, .net6.0 and .netcoreapp3.1) and add and initial testing with .net10.0#216
Remove deprecated dotnets (.net5.0, .net6.0 and .netcoreapp3.1) and add and initial testing with .net10.0#216PCAssistSoftware wants to merge 9 commits intodevfrom
Conversation
Removal of .net5.0 and .net6.0, both of which are retired (end of life)
Removal of .netcoreapp3.1, which is retired (end of life) Addition and initial testing of .net10.0
|
I'm quite busy with school and work, but this was something I had wanted to look as well. I will see if I can find some time coming up. |
Okay no problem at all. Busy here too but thought I would at least make an initial start. Currently waiting for some add-ins I use to release VS 2026 support so I can fully move over my development machine to VS 2026 then I can do more testing with .NET 10 etc, hopefully we can support it without much if any code changes needed |
|
I believe it should work without issue on .net10. I think the csproj changes you've done here should suffice. Looks like appveyor doesn't support the .net10 SDK yet, so builds will fail until they do. |
Copyright dates updated
Versions incremented for both projects to be in sync
Remove deprecated dotnets (.net5.0, .net6.0 and .netcoreapp3.1) and add and initial testing with .net10.0
@RFBomb - thought I would start to take an initial look at removing old dotnets and testing with .net10.0. Appreciate your input at some point if / when you have time. Hope all well