PIbd-23_Konovalov_A._V._Typ.../Typography/TypographyBusinessLogic/TypographyBusinessLogic.csproj

21 lines
673 B
XML
Raw Normal View History

2024-03-27 02:41:06 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-24 09:55:55 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2024-03-27 02:41:06 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2024-04-24 09:55:55 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-03-27 02:41:06 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TypographyContracts\TypographyContracts.csproj" />
<ProjectReference Include="..\TypographyDataModels\TypographyDataModels.csproj" />
</ItemGroup>
</Project>