refactor: set root namespace

This commit is contained in:
Oliver Booth 2023-08-04 01:43:52 +01:00
parent e35a6e5c15
commit 5d561c99db
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<RootNamespace>OliverBooth</RootNamespace>
</PropertyGroup>
<ItemGroup>