2024-05-16 20:13:24 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2024-04-04 18:22:29 +04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-05-16 20:26:42 +04:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2024-04-04 18:22:29 +04:00
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\FlowerShopContracts\FlowerShopContracts.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|