Category / Section
                                    
                                How to install the customer patch NuGet in Windows machine
                
                
                    1 min read
                
            
    Install Syncfusion patch NuGet packages
- First remove already installed Syncfusion NuGet packages in the NuGet cache for the specified version from the below location. 
C:\Users\{User Name}\.nuget\packages
For example, if got the Syncfusion patch NuGet package with the version 18.1.0.52, remove the 18.1.0.52 folder.
C:\Users\{User Name}\.nuget\packages\syncfusion.xamarin.sfchart\18.1.0.52
 - Download the patch NuGet packages that are shared through the support and place it on any location in Windows machine

 - Open your application in Visual Studio. Right click on the Solution and select the “Manage NuGet Packages for Solution...”

 - Then, uninstall already installed Syncfusion NuGet packages from the solution. For example, if got the Syncfusion patch NuGet package with the name Syncfusion.Xamarin.SfChart, uninstall this NuGet package from the solution.

 - After that, click on the settings icon to configure the new NuGet package source.

 - Then, click on the Add icon,

 - Enter a friendly name and choose the patch NuGet Packages downloaded location using browse button. Finally click on the Update and then OK button.

 - Select newly added package source in NuGet Package Manager as shown in the following screenshot.

 - The packages are listed that is present in selected NuGet package source and choose the required NuGet package and then click Install button.

 - The package will be installed to the application as shown in the following screenshot.
