Skip to content

Commit af713aa

Browse files
removed installation changes
1 parent f97aa2c commit af713aa

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
22
layout: post
3-
title: Install Syncfusion<sup>&reg;</sup> WPF NuGet packages - Syncfusion<sup>&reg;</sup>
3+
title: Install Syncfusion WPF NuGet packages - Syncfusion
44
description: Learn here about how to install Syncfusion WPF NuGet packages from Package manager and NuGet manager.
55
platform: wpf
66
control: Extension
77
documentation: ug
88

99
---
1010

11-
# Install Syncfusion<sup>&reg;</sup> WPF NuGet packages
11+
# Install Syncfusion WPF NuGet packages
1212

1313
## Overview
1414

15-
**NuGet** is a Package management system for Visual Studio. It makes it easy to add, update and remove external libraries in our application. Syncfusion<sup>&reg;</sup> publishing all WPF NuGet packages in [nuget.org](https://www.nuget.org/packages?q=Tags%3A%22Wpf%22+syncfusion). The Syncfusion WPF NuGet packages can be used without installing the Syncfusion Essential Studio setup. You can simply exploit the Syncfusion WPF NuGet packages in WPF application to develop with the Syncfusion WPF components.
15+
**NuGet** is a Package management system for Visual Studio. It makes it easy to add, update and remove external libraries in our application. Syncfusion publishing all WPF NuGet packages in [nuget.org](https://www.nuget.org/packages?q=Tags%3A%22Wpf%22+syncfusion). The Syncfusion WPF NuGet packages can be used without installing the Syncfusion Essential Studio setup. You can simply exploit the Syncfusion WPF NuGet packages in WPF application to develop with the Syncfusion WPF components.
1616

17-
> From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion<sup>&reg;</sup> WPF components are available as NuGet packages at nuget.org.
17+
> From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion WPF components are available as NuGet packages at nuget.org.
1818
1919
## Installation using Package Manager UI
2020

21-
The NuGet Package Manager UI allows you to search, install, uninstall, and update Syncfusion<sup>&reg;</sup> WPF NuGet packages in your applications and solutions. You can find and install the Syncfusion WPF NuGet packages in your Visual Studio WPF application and this process is easy with the steps below:
21+
The NuGet Package Manager UI allows you to search, install, uninstall, and update Syncfusion WPF NuGet packages in your applications and solutions. You can find and install the Syncfusion WPF NuGet packages in your Visual Studio WPF application and this process is easy with the steps below:
2222

2323
1. Right-click on the WPF application or solution in the Solution Explorer, and choose **Manage NuGet Packages...**
2424

2525
![Manage NuGet Packages add-in](Platform_images/manage-nuget.png)
2626

2727
As an alternative, after opening the WPF application in Visual Studio, go to the **Tools** menu and after hovering **NuGet Package Manager**, select **Manage NuGet Packages for Solution...**
2828

29-
2. The Manage NuGet Packages window will open. Navigate to the Browse tab, then search for the Syncfusion<sup>&reg;</sup> WPF NuGet packages using a term like "**Syncfusion.WPF**" and select the appropriate Syncfusion<sup>&reg;</sup> WPF NuGet package for your development.
29+
2. The Manage NuGet Packages window will open. Navigate to the Browse tab, then search for the Syncfusion WPF NuGet packages using a term like "**Syncfusion.WPF**" and select the appropriate Syncfusion WPF NuGet package for your development.
3030

3131
![WPF NuGet Packages Search](Platform_images/NuGetsearch.png)
3232

@@ -38,15 +38,15 @@ The NuGet Package Manager UI allows you to search, install, uninstall, and updat
3838

3939
![WPF NuGet Packages Install](Platform_images/InstallNuGet.png)
4040

41-
5. At this point, your application has all the required Syncfusion<sup>&reg;</sup> assemblies, and you will be ready to start building high-performance, responsive app with [Syncfusion WPF components](https://www.syncfusion.com/wpf-controls). Also, you can refer to the [Syncfusion WPF help document](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf) for development.
41+
5. At this point, your application has all the required Syncfusion assemblies, and you will be ready to start building high-performance, responsive app with [Syncfusion WPF components](https://www.syncfusion.com/wpf-controls). Also, you can refer to the [Syncfusion WPF help document](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf) for development.
4242

4343
## Installation using Dotnet (.NET) CLI
4444

4545
The [dotnet Command Line Interface (CLI)](https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli), allows you to add, restore, pack, publish, and manage packages without making any changes to your application files. [Dotnet add package](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package?tabs=netcore2x) adds a package reference to the application file, then runs [dotnet restore](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) to install the package.
4646

47-
Follow the below instructions to use the dotnet CLI command to install the Syncfusion<sup>&reg;</sup> WPF NuGet packages.
47+
Follow the below instructions to use the dotnet CLI command to install the Syncfusion WPF NuGet packages.
4848

49-
1. Open a command prompt and navigate to the directory where your Syncfusion<sup>&reg;</sup> WPF project file is located.
49+
1. Open a command prompt and navigate to the directory where your Syncfusion WPF project file is located.
5050
2. To install a NuGet package, run the following command.
5151

5252
```dotnet add package <Package name>```
@@ -56,50 +56,50 @@ Follow the below instructions to use the dotnet CLI command to install the Syncf
5656

5757
> If you don’t provide a version flag, this command will be upgrading to the latest version by default. To specify a version, add the -v parameter: dotnet add package Syncfusion.SfGrid.WPF -v 19.3.0.43.
5858
59-
3. Examine the Syncfusion<sup>&reg;</sup> WPF project file after the command has completed to ensure that the Syncfusion<sup>&reg;</sup> WPF package was installed. To see the added reference, open the .csproj file.
59+
3. Examine the Syncfusion WPF project file after the command has completed to ensure that the Syncfusion WPF package was installed. To see the added reference, open the .csproj file.
6060

6161
![WPF Package Entry ](Platform_images/packageentry.png)
6262

6363
4. Then run [dotnet restore](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-restore?tabs=netcore2x) command to restores all the packages listed in the application file.
6464

6565
> Restoring is done automatically with **dotnet build** and **dotnet run** in .NET Core 2.0 and later.
6666
67-
5. At this point, your application has all the required Syncfusion<sup>&reg;</sup> assemblies, and you will be ready to start building high-performance, responsive app with [Syncfusion WPF components](https://www.syncfusion.com/wpf-controls). Also, you can refer to the [Syncfusion WPF help document](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf) for development.
67+
5. At this point, your application has all the required Syncfusion assemblies, and you will be ready to start building high-performance, responsive app with [Syncfusion WPF components](https://www.syncfusion.com/wpf-controls). Also, you can refer to the [Syncfusion WPF help document](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf) for development.
6868

6969
## Installation using Package Manager Console
7070

71-
The **Package Manager Console** saves NuGet packages installation time since you don't have to search for the Syncfusion<sup>&reg;</sup> WPF NuGet package which you want to install, and you can just type the installation command to install the appropriate Syncfusion<sup>&reg;</sup> WPF NuGet package. Follow the instructions below to use the Package Manager Console to reference the Syncfusion<sup>&reg;</sup> WPF component as NuGet packages in your WPF application.
71+
The **Package Manager Console** saves NuGet packages installation time since you don't have to search for the Syncfusion WPF NuGet package which you want to install, and you can just type the installation command to install the appropriate Syncfusion WPF NuGet package. Follow the instructions below to use the Package Manager Console to reference the Syncfusion WPF component as NuGet packages in your WPF application.
7272

7373
1. To show the Package Manager Console, open your WPF application in Visual Studio and navigate to **Tools -> NuGet Package Manager -> Package Manager Console**.
7474

7575
![Package Manager Console ](Platform_images/console.png)
7676

77-
2. The **Package Manager Console** will be shown at the bottom of the screen. You can install the Syncfusion<sup>&reg;</sup> WPF NuGet packages by enter the following NuGet installation commands.
77+
2. The **Package Manager Console** will be shown at the bottom of the screen. You can install the Syncfusion WPF NuGet packages by enter the following NuGet installation commands.
7878

7979
***Install specified Syncfusion WPF NuGet package.***
8080

81-
The below command will install the Syncfusion<sup>&reg;</sup> WPF NuGet package in the WPF application.
81+
The below command will install the Syncfusion WPF NuGet package in the WPF application.
8282

8383
```Install-Package <Package Name>```
8484

8585
**For example:** Install-Package Syncfusion.SfGrid.WPF
8686

87-
> You can find the list of Syncfusion<sup>&reg;</sup> WPF NuGet packages which are published in nuget.org from [here](https://www.nuget.org/packages?q=Tags%3A%22wpf%22+syncfusion)
87+
> You can find the list of Syncfusion WPF NuGet packages which are published in nuget.org from [here](https://www.nuget.org/packages?q=Tags%3A%22wpf%22+syncfusion)
8888
8989
***Install specified Syncfusion WPF NuGet package in specified WPF application***
9090

91-
The below command will install the Syncfusion<sup>&reg;</sup> WPF NuGet package in the given WPF application.
91+
The below command will install the Syncfusion WPF NuGet package in the given WPF application.
9292

9393
```Install-Package <Package Name> -ProjectName <Project Name>```
9494

9595
**For example:** Install-Package Syncfusion.SfGrid.WPF -ProjectName SyncfusionWPFApp
9696

97-
3. By default, the package will be installed with latest version. You can give the required version with the -Version term like below to install the Syncfusion<sup>&reg;</sup> WPF NuGet packages in the appropriate version.
97+
3. By default, the package will be installed with latest version. You can give the required version with the -Version term like below to install the Syncfusion WPF NuGet packages in the appropriate version.
9898

9999
```Install-Package Syncfusion.SfGrid.WPF -Version 19.3.0.44```
100100

101101
![Package Manager Console Output ](Platform_images/ConsoleInstallationOutput.PNG)
102102

103-
4. The NuGet package manager console will install the Syncfusion<sup>&reg;</sup> WPF NuGet package as well as the dependencies it has. When the installation is complete, the console will show that your Syncfusion<sup>&reg;</sup> WPF package has been successfully added to the application.
103+
4. The NuGet package manager console will install the Syncfusion WPF NuGet package as well as the dependencies it has. When the installation is complete, the console will show that your Syncfusion WPF package has been successfully added to the application.
104104

105-
5. At this point, your application has all the required Syncfusion<sup>&reg;</sup> assemblies, and you will be ready to start building high-performance, responsive app with [Syncfusion WPF components](https://www.syncfusion.com/wpf-controls). Also, you can refer to the [Syncfusion WPF help document](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf) for development.
105+
5. At this point, your application has all the required Syncfusion assemblies, and you will be ready to start building high-performance, responsive app with [Syncfusion WPF components](https://www.syncfusion.com/wpf-controls). Also, you can refer to the [Syncfusion WPF help document](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf) for development.

0 commit comments

Comments
 (0)