From 5aebe807c3d8ed07dbc494edaa162fec3f2ba4fc Mon Sep 17 00:00:00 2001 From: Samuel Nussbaum Date: Mon, 6 Jul 2026 11:02:48 +0200 Subject: [PATCH] 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 e3a38cd..5242960 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