From bdee008cc86dc60801d0f025036b86ef339a2562 Mon Sep 17 00:00:00 2001 From: Samuel Nussbaum Date: Mon, 6 Jul 2026 10:44:05 +0200 Subject: [PATCH 1/2] use default sdk runtime identifier --- src/ElectronNET/build/ElectronNET.Core.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ElectronNET/build/ElectronNET.Core.props b/src/ElectronNET/build/ElectronNET.Core.props index 361661ac..e3a38cdf 100644 --- a/src/ElectronNET/build/ElectronNET.Core.props +++ b/src/ElectronNET/build/ElectronNET.Core.props @@ -4,7 +4,9 @@ 30.4.0 26.0 - win-x64 + + $(NETCoreSdkRuntimeIdentifier) true From 5aebe807c3d8ed07dbc494edaa162fec3f2ba4fc Mon Sep 17 00:00:00 2001 From: Samuel Nussbaum Date: Mon, 6 Jul 2026 11:02:48 +0200 Subject: [PATCH 2/2] change to less brittle solution --- src/ElectronNET/build/ElectronNET.Core.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ElectronNET/build/ElectronNET.Core.props b/src/ElectronNET/build/ElectronNET.Core.props index e3a38cdf..5242960c 100644 --- a/src/ElectronNET/build/ElectronNET.Core.props +++ b/src/ElectronNET/build/ElectronNET.Core.props @@ -6,7 +6,7 @@ 26.0 - $(NETCoreSdkRuntimeIdentifier) + $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier) true