ISEbd-21.Gordeev.I.V.SushiB.../SushiBar/SushiBarFileImplement/SushiBarFileImplement.csproj

15 lines
400 B
XML
Raw Normal View History

2024-03-01 21:57:02 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-04-03 16:59:01 +04:00
<TargetFramework>net8.0</TargetFramework>
2024-03-01 21:57:02 +04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SushiBarContracts\SushiBarContracts.csproj" />
<ProjectReference Include="..\SushiBarDataModels\SushiBarDataModels.csproj" />
</ItemGroup>
</Project>