This commit is contained in:
Jordan Geurtsen
2023-03-20 15:59:11 +01:00
parent e9ca9a085e
commit 9fa7e21406
4 changed files with 36 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MauMau_Server</RootNamespace>
<AssemblyName>MauMau_Server</AssemblyName>
<OutputPath>out\</OutputPath>
</PropertyGroup>
<ItemGroup>
@@ -12,5 +14,4 @@
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
</Project>