PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryFileImplement/ConfectioneryFileImplement.csproj

15 lines
417 B
XML
Raw Normal View History

2024-04-07 09:38:56 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ConfectioneryContracts\ConfectioneryContracts.csproj" />
<ProjectReference Include="..\ConfectioneryDataModels\ConfectioneryDataModels.csproj" />
</ItemGroup>
</Project>