AntonyCorbett / OnlyT

Meeting Timer
MIT License
109 stars 43 forks source link

Upgrade all projects to dotnet 6 and update all dependencies #455

Closed DavidIQ closed 2 years ago

DavidIQ commented 2 years ago

What does this implement/fix? Explain your changes

Puts the projects at the latest .net version (6.0) as well as the latest dependency versions. .net 5 reached end of life on May 10th 2022 so probably a good idea to move over although this was done mostly as a way to see if the application responds better on my remote server.

Does this close any currently open issues?

No.

Any other comments?

This probably requires VS 2022 going forward and will require a change in the build settings in AppVeyor to use Visual Studio 2022 as the build worker image.

DavidIQ commented 2 years ago

I was planning to just leave this in my fork, but then I saw the EoL for .net 5.0: https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/

I'll leave it up to you if you want to merge or close.

AntonyCorbett commented 2 years ago

@DavidIQ Thanks - all good. I had planned to update all the Only apps by now. I appreciate your help.