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.
1 parent 787f57f commit 5705024Copy full SHA for 5705024
SQLWithChart/SQLWithChart.csproj
@@ -50,8 +50,8 @@
50
<WarningLevel>4</WarningLevel>
51
</PropertyGroup>
52
<ItemGroup>
53
- <Reference Include="Syncfusion.SfChart.WPF">
54
- </Reference>
+ <PackageReference Include="Syncfusion.SfChart.WPF" Version="*"/>
+ <PackageReference Include="Syncfusion.Licensing" Version="*"/>
55
<Reference Include="System" />
56
<Reference Include="System.Data" />
57
<Reference Include="System.Xml" />
@@ -136,4 +136,4 @@
136
</BootstrapperPackage>
137
</ItemGroup>
138
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139
-</Project>
+</Project>
0 commit comments