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

+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.
+
+
+
+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