PIbd-23-Salin-O.A.-IceCream.../IceCreamShop/IceCreamShopRestApi/IceCreamShopRestApi.csproj
gg12 darfren 96d69b91a6 .
2024-04-01 20:04:44 +04:00

28 lines
795 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Remove="log4net.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="log4net.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IceCreamShopBusinessLogic\IceCreamShopBusinessLogic.csproj" />
<ProjectReference Include="..\IceCreamShopDatabaseImplement\IceCreamShopDatabaseImplement.csproj" />
</ItemGroup>
</Project>