SSH.NET
SSH.NET copied to clipboard
Drop net7.0 target
.NET 7 is EOL since May. The only .NET 7 features we use are ObjectDisposedException.ThrowIf
(moved to a throw helper) and some newer regex features.
This feels a bit weird, but I suppose it is the expected course of action.