From d131d38cbafb2d569d13cd96273cbfe735b3b60e Mon Sep 17 00:00:00 2001 From: DoctorKrolic Date: Sun, 21 Jun 2026 19:48:36 +0300 Subject: [PATCH] Fix decompiler tests inside VS --- .../ICSharpCode.Decompiler.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index a75d1dfd7..55f31d256 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -7,7 +7,7 @@ - $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier) + $(NETCoreSdkRuntimeIdentifier) win-x64;win-arm64;linux-x64;osx-arm64 false