Files
WPF_Practice/PacticeSolution/LiveChartPractice/LiveChartPractice.csproj
2023-09-26 13:50:53 +09:00

15 lines
336 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiveCharts.Wpf.Core" Version="0.9.8" />
</ItemGroup>
</Project>