changed structure

This commit is contained in:
2025-01-09 13:23:49 -06:00
parent 46b278e08a
commit f67d00c921
10 changed files with 28 additions and 33 deletions
-5
View File
@@ -4,7 +4,6 @@
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>barkman</RootNamespace>
</PropertyGroup>
<ItemGroup>
@@ -17,8 +16,4 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
</Project>