SUBD_Aleikin/Restaurant/RestaurantBusinessLogic/RestaurantBusinessLogic.csproj
Артём Алейкин e52b239c08 BusinessLogic,
Contracts,
DataModels,
View(пока пусто)
2023-05-02 22:51:41 +04:00

14 lines
321 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RestaurantContracts\RestaurantContracts.csproj" />
</ItemGroup>
</Project>