Skip to content

Commit 04fb34a

Browse files
Updated the package reference.
1 parent ca477e5 commit 04fb34a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CheckBox/CheckBox.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="..\..\..\TradeMark\development\maui-buttons\maui\src\buttons\Syncfusion.Maui.Buttons.csproj" />
65+
<PackageReference Include="Syncfusion.Maui.Buttons" Version="*" />
6966
</ItemGroup>
7067

7168
</Project>

CheckBox/CheckBox.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 17.12.35506.116 d17.12
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckBox", "CheckBox.csproj", "{17946154-D903-4535-BE76-C03387CBC7AD}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syncfusion.Maui.Buttons", "..\..\..\TradeMark\development\maui-buttons\maui\src\buttons\Syncfusion.Maui.Buttons.csproj", "{561F5CFE-E749-40CA-AD48-5A27DB0395B0}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{17946154-D903-4535-BE76-C03387CBC7AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{17946154-D903-4535-BE76-C03387CBC7AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{17946154-D903-4535-BE76-C03387CBC7AD}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{561F5CFE-E749-40CA-AD48-5A27DB0395B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{561F5CFE-E749-40CA-AD48-5A27DB0395B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{561F5CFE-E749-40CA-AD48-5A27DB0395B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{561F5CFE-E749-40CA-AD48-5A27DB0395B0}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)