sleevezipper/hass-workstation-service

DotNet5 SDK EOL not longer supported

ebmarquez opened this issue · 0 comments

Can this get updated to a supported version of the SDK? Microsoft has placed this SDK on end of life and will no longer be supported and will no longer get security fixes. I did a test compile with dotnet 6 and it works. I believe the CSPROJ files just need to reference NET6.0 vs NET5.0.

This does require an update to a later version of Visual Studio if Visual Studio is being used.