PIbd-21_MasenkinMS_Coursewo.../Hospital/HospitalBusinessLogics/HospitalBusinessLogics.csproj

20 lines
584 B
XML
Raw Permalink Normal View History

2024-04-25 23:50:21 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-27 21:32:29 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
2024-04-25 23:50:21 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2024-04-27 21:32:29 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-04-25 23:50:21 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HospitalContracts\HospitalContracts.csproj" />
</ItemGroup>
</Project>