File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Before proceeding, ensure the following are set up:
26
26
2 . Name the project and choose a location. Then click ** Next** .
27
27
3 . Select the .NET framework version and click ** Create** .
28
28
29
- ## Step 2: Install the Syncfusion<sup >® ; </sup > .NET MAUI Calendar NuGet Package
29
+ ## Step 2: Install the Syncfusion<sup >® ; </sup > .NET MAUI Toolkit NuGet Package
30
30
31
31
1 . In ** Solution Explorer,** right-click the project and choose ** Manage NuGet Packages.**
32
32
2 . Search for [ Syncfusion.Maui.Toolkit] ( https://www.nuget.org/packages/Syncfusion.Maui.Toolkit/ ) and install the latest version.
@@ -116,11 +116,11 @@ Before proceeding, ensure the following are set up:
116
116
3 . Select the project location, type the project name and press ** Enter** .
117
117
4 . Then choose ** Create project.**
118
118
119
- ## Step 2: Install the Syncfusion<sup >® ; </sup > .NET MAUI Calendar NuGet Package
119
+ ## Step 2: Install the Syncfusion<sup >® ; </sup > .NET MAUI Toolkit NuGet Package
120
120
121
121
1 . Press <kbd >Ctrl</kbd > + <kbd >`</kbd > (backtick) to open the integrated terminal in Visual Studio Code.
122
122
2 . Ensure you're in the project root directory where your .csproj file is located.
123
- 3 . Run the command ` dotnet add package Syncfusion.Maui.Calendar ` to install the Syncfusion<sup >®</sup > .NET MAUI Calendar NuGet package.
123
+ 3 . Run the command ` dotnet add package Syncfusion.Maui.Toolkit ` to install the Syncfusion<sup >®</sup > .NET MAUI Toolkit NuGet package.
124
124
4 . To ensure all dependencies are installed, run ` dotnet restore ` .
125
125
126
126
## Step 3: Register the handler
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Before proceeding, ensure the following are set up:
129
129
130
130
1 . Press <kbd >Ctrl</kbd > + <kbd >`</kbd > (backtick) to open the integrated terminal in Visual Studio Code.
131
131
2 . Ensure you're in the project root directory where your .csproj file is located.
132
- 3 . Run the command ` dotnet add package Syncfusion.Maui.Cards ` to install the Syncfusion<sup >®</sup > .NET MAUI Cards NuGet package.
132
+ 3 . Run the command ` dotnet add package Syncfusion.Maui.Toolkit ` to install the Syncfusion<sup >®</sup > .NET MAUI Toolkit NuGet package.
133
133
4 . To ensure all dependencies are installed, run ` dotnet restore ` .
134
134
135
135
## Step 3: Register the handler
You can’t perform that action at this time.
0 commit comments