2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
esiur-dotnet/Esiur.Analysis.Test/Esiur.Analysis.Test.csproj
2023-04-20 15:55:20 +03:00

20 lines
564 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="ScottPlot.WinForms" Version="4.1.58" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Esiur.Analysis\Esiur.Analysis.csproj" />
</ItemGroup>
</Project>