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 787f57f + 5705024 commit cb1fb45Copy full SHA for cb1fb45
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