chore: added root namespace definitions for projects

This commit is contained in:
2025-03-31 12:48:05 +03:00
parent 7a1dd7eb1a
commit e2fdf1f538
3 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Syntriax.Engine.Systems</RootNamespace>
</PropertyGroup>
<ItemGroup>