From 7078b56bccebe28f0e31fea834096bd7fefa70f9 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Sun, 17 Aug 2025 19:35:30 +0900 Subject: [PATCH] Improve lib resolving for desktop project --- .../SDL3-CS.Tests.Desktop.csproj | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj b/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj index 481a9d4..4729db5 100644 --- a/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj +++ b/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj @@ -17,21 +17,12 @@ - $([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - $(RuntimeIdentifier)\SDL3.dll - $(RuntimeIdentifier)\libSDL3.so - $(RuntimeIdentifier)\libSDL3.dylib - - - win-$(SDLArch.ToLower())\SDL3.dll - linux-$(SDLArch.ToLower())\libSDL3.so - osx-$(SDLArch.ToLower())\libSDL3.dylib + $(NETCoreSdkRuntimeIdentifier) + $(RuntimeIdentifier) - + PreserveNewest