sleevezipper / hass-workstation-service

Provide useful sensors and services from your workstation to Home Assistant.
Apache License 2.0
613 stars 54 forks source link

DotNet5 SDK EOL not longer supported #198

Open ebmarquez opened 1 year ago

ebmarquez commented 1 year ago

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.