From 92c698b890d74bf3c02c379ce791185ef3cb4096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20W=C5=82odarczyk?= Date: Fri, 26 Jun 2026 19:10:58 +0200 Subject: [PATCH] Fix build on Apple Silicon by switching PlatformTarget from x64 to AnyCPU --- StarterNG/StarterNG.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StarterNG/StarterNG.csproj b/StarterNG/StarterNG.csproj index 2ef049e..113db1b 100644 --- a/StarterNG/StarterNG.csproj +++ b/StarterNG/StarterNG.csproj @@ -15,10 +15,10 @@ eu07.pl - x64 + AnyCPU - x64 + AnyCPU