Does this support windows XP #41

Closed
opened 2026-01-29 16:28:22 +00:00 by claunia · 2 comments
Owner

Originally created by @pabeda-bt on GitHub (Nov 3, 2017).

Hello,
Does Electron.NET support windows xp? I can't find what are the requirments.

Thanks.

Originally created by @pabeda-bt on GitHub (Nov 3, 2017). Hello, Does Electron.NET support windows xp? I can't find what are the requirments. Thanks.
Author
Owner

@robertmuehsig commented on GitHub (Nov 3, 2017):

Windows XP is not supported, because we use .NET Core 2 for our API, which only is supported in Windows 7 SP1 and above, see .NET Core Requirements

image

But even Windows 7 SP1 is currently not possible, because we just build for Windows 10 - this is tracked in this issue: https://github.com/ElectronNET/Electron.NET/issues/6

Sorry - the lowest Win OS level would be 7 SP1.

We should add a requirement section in our readme.

@robertmuehsig commented on GitHub (Nov 3, 2017): Windows XP is not supported, because we use .NET Core 2 for our API, which only is supported in Windows 7 SP1 and above, see [.NET Core Requirements](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md) ![image](https://user-images.githubusercontent.com/756703/32379634-54bc70da-c0ae-11e7-9a79-a9b5c9ce99c7.png) But even Windows 7 SP1 is currently not possible, because we just build for Windows 10 - this is tracked in this issue: https://github.com/ElectronNET/Electron.NET/issues/6 Sorry - the lowest Win OS level would be 7 SP1. We should add a requirement section in our readme.
Author
Owner

@pabeda-bt commented on GitHub (Nov 3, 2017):

Thank you Robert.

@pabeda-bt commented on GitHub (Nov 3, 2017): Thank you Robert.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#41