We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f26077d + 57c00d0 commit 56c32d3Copy full SHA for 56c32d3
Zoom_WPF_Chart/Zoom_WPF_Chart.csproj
@@ -2,13 +2,13 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net7.0-windows</TargetFramework>
+ <TargetFramework>net8.0-windows</TargetFramework>
6
<Nullable>enable</Nullable>
7
<UseWPF>true</UseWPF>
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Syncfusion.SfChart.WPF" Version="21.1.37" />
+ <PackageReference Include="Syncfusion.SfChart.WPF" Version="*" />
12
</ItemGroup>
13
14
</Project>
0 commit comments