You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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>®</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.
16
16
17
-
> From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion<sup>®</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.
18
18
19
19
## Installation using Package Manager UI
20
20
21
-
The NuGet Package Manager UI allows you to search, install, uninstall, and update Syncfusion<sup>®</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:
22
22
23
23
1. Right-click on the WPF application or solution in the Solution Explorer, and choose **Manage NuGet Packages...**
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...**
28
28
29
-
2. The Manage NuGet Packages window will open. Navigate to the Browse tab, then search for the Syncfusion<sup>®</sup> WPF NuGet packages using a term like "**Syncfusion.WPF**" and select the appropriate Syncfusion<sup>®</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.
5. At this point, your application has all the required Syncfusion<sup>®</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.
42
42
43
43
## Installation using Dotnet (.NET) CLI
44
44
45
45
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.
46
46
47
-
Follow the below instructions to use the dotnet CLI command to install the Syncfusion<sup>®</sup> WPF NuGet packages.
47
+
Follow the below instructions to use the dotnet CLI command to install the Syncfusion WPF NuGet packages.
48
48
49
-
1. Open a command prompt and navigate to the directory where your Syncfusion<sup>®</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.
50
50
2. To install a NuGet package, run the following command.
51
51
52
52
```dotnet add package <Package name>```
@@ -56,50 +56,50 @@ Follow the below instructions to use the dotnet CLI command to install the Syncf
56
56
57
57
> 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.
58
58
59
-
3. Examine the Syncfusion<sup>®</sup> WPF project file after the command has completed to ensure that the Syncfusion<sup>®</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.
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.
64
64
65
65
> Restoring is done automatically with **dotnet build** and **dotnet run** in .NET Core 2.0 and later.
66
66
67
-
5. At this point, your application has all the required Syncfusion<sup>®</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.
68
68
69
69
## Installation using Package Manager Console
70
70
71
-
The **Package Manager Console** saves NuGet packages installation time since you don't have to search for the Syncfusion<sup>®</sup> WPF NuGet package which you want to install, and you can just type the installation command to install the appropriate Syncfusion<sup>®</sup> WPF NuGet package. Follow the instructions below to use the Package Manager Console to reference the Syncfusion<sup>®</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.
72
72
73
73
1. To show the Package Manager Console, open your WPF application in Visual Studio and navigate to **Tools -> NuGet Package Manager -> Package Manager Console**.
2. The **Package Manager Console** will be shown at the bottom of the screen. You can install the Syncfusion<sup>®</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.
> You can find the list of Syncfusion<sup>®</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)
88
88
89
89
***Install specified Syncfusion WPF NuGet package in specified WPF application***
90
90
91
-
The below command will install the Syncfusion<sup>®</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.
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>®</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.
4. The NuGet package manager console will install the Syncfusion<sup>®</sup> WPF NuGet package as well as the dependencies it has. When the installation is complete, the console will show that your Syncfusion<sup>®</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.
104
104
105
-
5. At this point, your application has all the required Syncfusion<sup>®</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