Skip to content

Commit c03a4bd

Browse files
Merge pull request #13 from SyncfusionExamples/update_sparkchart_sample
Updated Spark Chart Getting Started sample with NuGet package
2 parents 9eb4235 + ce57556 commit c03a4bd

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

SparkChart/GettingStarted/GettingStarted.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.14.36301.6 d17.14
4+
VisualStudioVersion = 17.14.36301.6
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted", "GettingStarted\GettingStarted.csproj", "{25A18076-7C1B-4157-B53D-184317992CA6}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syncfusion.Maui.Toolkit", "..\..\..\..\sparkchartfinaldev\maui-toolkit\maui\src\Syncfusion.Maui.Toolkit.csproj", "{13FC8F36-5017-AC90-039E-6C0118017082}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -18,10 +16,6 @@ Global
1816
{25A18076-7C1B-4157-B53D-184317992CA6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
1917
{25A18076-7C1B-4157-B53D-184317992CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
2018
{25A18076-7C1B-4157-B53D-184317992CA6}.Release|Any CPU.Build.0 = Release|Any CPU
21-
{13FC8F36-5017-AC90-039E-6C0118017082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{13FC8F36-5017-AC90-039E-6C0118017082}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{13FC8F36-5017-AC90-039E-6C0118017082}.Release|Any CPU.ActiveCfg = Release|Any CPU
24-
{13FC8F36-5017-AC90-039E-6C0118017082}.Release|Any CPU.Build.0 = Release|Any CPU
2519
EndGlobalSection
2620
GlobalSection(SolutionProperties) = preSolution
2721
HideSolutionNode = FALSE

SparkChart/GettingStarted/GettingStarted/GettingStarted.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@
6262
<ItemGroup>
6363
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
6464
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
65-
</ItemGroup>
66-
67-
<ItemGroup>
68-
<ProjectReference Include="..\..\..\..\..\sparkchartfinaldev\maui-toolkit\maui\src\Syncfusion.Maui.Toolkit.csproj" />
65+
<PackageReference Include="Syncfusion.Maui.Toolkit" Version="*" />
6966
</ItemGroup>
7067

7168
</Project>

0 commit comments

Comments
 (0)