chore: removed unnessesary root namespace directive

This commit is contained in:
Louis Seubert 2026-05-09 20:08:20 +02:00
commit 5b37ab1f9f
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
2 changed files with 2 additions and 7 deletions

View file

@ -6,10 +6,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Geekeey.Process</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TUnit" />
</ItemGroup>

View file

@ -7,7 +7,6 @@
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Geekeey.Process</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- required because of native library import for libc -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>