Coursach/Course/BusinessLogic/BusinessLogic.csproj

20 lines
567 B
XML
Raw Normal View History

2024-04-03 12:51:45 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-05-26 23:23:24 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
2024-05-26 23:23:24 +04:00
<PackageReference Include="PDFsharp-MigraDoc" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Contracts\Contracts.csproj" />
</ItemGroup>
2024-04-03 12:51:45 +04:00
</Project>