ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationFileImplement/SoftwareInstallationFileImplement.csproj

19 lines
558 B
XML
Raw Permalink Normal View History

2024-04-07 17:05:30 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-04-07 17:40:43 +04:00
<ItemGroup>
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
</ItemGroup>
2024-04-07 17:05:30 +04:00
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
<ProjectReference Include="..\SoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj" />
</ItemGroup>
</Project>