ISEbd-22_Baygulov_A.A._Sush.../SushiBar/SushiBarFileImplement/SushiBarFileImplement.csproj

15 lines
400 B
XML
Raw Permalink Normal View History

2024-03-14 21:54:43 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-04-25 18:59:25 +04:00
<TargetFramework>net8.0</TargetFramework>
2024-03-14 21:54:43 +04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SushiBarContracts\SushiBarContracts.csproj" />
<ProjectReference Include="..\SushiBarDataModels\SushiBarDataModels.csproj" />
</ItemGroup>
</Project>