From 8b0479287a9f18b13b74d7820971696b49873360 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Sat, 20 Apr 2024 21:08:58 +0900 Subject: [PATCH] Change namespaces from SDL3 -> SDL --- SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj | 2 +- SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj b/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj index 0118545..32a9a6c 100644 --- a/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj +++ b/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj @@ -3,7 +3,7 @@ Exe net8.0 - SDL3.Tests.Desktop + SDL.Tests.Desktop enable enable diff --git a/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj b/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj index 0c37ee9..db14f90 100644 --- a/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj +++ b/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj @@ -2,7 +2,7 @@ net8.0-ios - SDL3.Tests.iOS + SDL.Tests.iOS Exe enable true