Merge pull request #52 from smoogipoo/adjust-namespaces

Change namespaces from SDL3 -> SDL
This commit is contained in:
Dean Herbert 2024-04-20 20:35:38 +08:00 committed by GitHub
commit e651672c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>SDL3.Tests.Desktop</RootNamespace>
<RootNamespace>SDL.Tests.Desktop</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0-ios</TargetFramework>
<RootNamespace>SDL3.Tests.iOS</RootNamespace>
<RootNamespace>SDL.Tests.iOS</RootNamespace>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>