Hacker News new | ask | show | jobs
by justinclift 887 days ago
Isn't that just specific parts, rather than the whole thing?
1 comments

The core of the .NET runtime is cross-platform.

You do have the option to use platform-specific APIs or frameworks, which will make your app only work on that platform.

In the case of this app, it doesn't use anything platform-specific, so it could run on Windows, Linux and macOS.