PIbd-31_Danilov_V_V_COP-30/Components/Components.csproj

18 lines
570 B
XML
Raw Normal View History

2024-09-20 08:33:51 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-10-16 14:03:22 +04:00
<ItemGroup>
2024-10-30 14:26:40 +04:00
<PackageReference Include="OxyPlot.Core" Version="2.2.0" />
<PackageReference Include="OxyPlot.WindowsForms" Version="2.2.0" />
<PackageReference Include="OxyPlot.Wpf" Version="2.2.0" />
2024-10-16 14:03:22 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
</ItemGroup>
2024-09-20 08:33:51 +04:00
</Project>