Added application layer

This commit is contained in:
2024-08-13 17:52:45 +03:00
parent 5475e587be
commit cc7eb1d168
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Domains\Domains.csproj" />
</ItemGroup>
</Project>