19 lines
628 B
XML
Raw Normal View History

2024-09-21 17:41:05 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-11-13 15:21:19 +04:00
<TargetFramework>net6.0-windows</TargetFramework>
2024-09-21 17:41:05 +04:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-10-29 21:21:08 +04:00
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2024-09-21 17:41:05 +04:00
</PropertyGroup>
2024-10-04 10:33:17 +04:00
<ItemGroup>
<PackageReference Include="OxyPlot.Core" Version="2.2.0" />
<PackageReference Include="OxyPlot.WindowsForms" Version="2.2.0" />
<PackageReference Include="OxyPlot.Wpf" Version="2.2.0" />
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
</ItemGroup>
2024-09-21 17:41:05 +04:00
</Project>