From ca85832ffc093c3de96b73a8aa81a8c1085789c5 Mon Sep 17 00:00:00 2001 From: Jothika4341 Date: Fri, 12 Dec 2025 12:12:56 +0530 Subject: [PATCH] Revert "Updated the UG changes" This reverts commit ea29d6221fda166ba43c82222381d3c1faa299d2. --- wpf/samples.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wpf/samples.md b/wpf/samples.md index 50e279b37..9c26969f1 100644 --- a/wpf/samples.md +++ b/wpf/samples.md @@ -45,6 +45,16 @@ To explore any individual showcase sample from the `Syncfusion® W ![Exploring Syncfusion WPF Showcase Samples](Guidetorunthesamples_images/Exploring-syncfusion-wpf-Showcase-sample.PNG) +All the sample browser projects are configured as single SDK-style projects that support multiple frameworks: `.NET Framework 4.6.2`, `.NET 8.0`, `.NET 9.0`, and `.NET 10`. + +When you click the `Explore Demo Source` button, the `net10.0-windows` entry will be automatically removed from the targets file if .NET 10 is not installed on your machine, preventing any compilation errors. + +To use the `.NET 10 framework`, install the required SDK and add `net10.0-windows` to the `` tag in the `MultiTargeting.targets` file located at the Samples Location: [..\WPF\31.2.12\SampleBrowser\targets\MultiTargeting.targets] as shown in the image below. + +![WPF TargetFrameworks](Guidetorunthesamples_images/TargetFrameworks-wpf.jpg) + +If you don’t have other frameworks installed and encounter compilation issues as a result, you can remove the unsupported framework from the `` tag in the same file and retain only the available ones to resolve the issue. + N> To run the individual control demos, please refer the instruction from [Running Individual Control Demos](https://github.com/syncfusion/wpf-demos#running-individual-control-demos). ## Online Samples