
Improves .NET Core platform support.
Features
- Improved platform support - This release adds three new sets of binaries targeting the following platforms:
- .NET Core 2.0/2.1/2.2 (via .NET Standard 2.0)
- .NET 4.6.x/4.7.x
- .NET 3.5 SP1
- MD5 deprecation in SshFingerprint - SshFingerprint's ToString() and ToArray() methods use SHA-256 now. To revert to previous behavior, specify SignatureHashAlgorithm.MD5 when calling these methods.
- Rebex.FileSystem on .NET 3.5 - Virtual file systems in Rebex File Server are now supported on .NET Framework 3.5 SP1 as well.