Skip to content

Does SSH.NET work with .NET core and .NET 5? #789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nikhilramabhadra opened this issue Mar 3, 2021 · 3 comments
Closed

Does SSH.NET work with .NET core and .NET 5? #789

nikhilramabhadra opened this issue Mar 3, 2021 · 3 comments
Milestone

Comments

@nikhilramabhadra
Copy link

Does SSH.NET work with .NET core and .NET 5 on Windows and Linux?

@IgorMilavec
Copy link
Collaborator

SSH.NET targets .NET Standard 2.0 so yes, it will work with .NET Core 2 and newer.
In regard to running on Linux: I see no dependencies on specific platform in the sources, so it should run. You can always build a simple test project and run it on Linux.

@mmacagno
Copy link

It actually does not, a specific target flavor for dot net core due to .NET virtual methods resolution issues.
See #776.

@Rob-Hague
Copy link
Collaborator

#776 is fixed in 2023.0.0 (by virtue of updated target framework support). So the answer to this question is "Yes"... aside from any bugs :-)

@WojciechNagorski WojciechNagorski added this to the 2023.0.0 milestone Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants