PIbd-23-Nasyrov-A.G.-Flower.../FlowerShopsApp/FlowerShopsApp.csproj
antoc0der f169ca5367 ое
2024-04-20 16:05:30 +04:00

19 lines
504 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FlowerShopContracts\FlowerShopContracts.csproj" />
<ProjectReference Include="..\FlowerShopRestApi\FlowerShopRestApi.csproj" />
</ItemGroup>
</Project>