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