Created Infrastructure layer

This commit is contained in:
2024-08-13 17:58:28 +03:00
parent a77a8339d7
commit 5f6f47206f
2 changed files with 19 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="..\ApplicationLayer\ApplicationLayer.csproj" />
</ItemGroup>
</Project>