Skip to content

Unified .NET Framework and .NET Core compatibility files. #1625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wpf-toc.html
Original file line number Diff line number Diff line change
@@ -76,10 +76,10 @@
</ul>
</li>
<li>
<a href="/wpf/dotnet-framework-compatibility">.NET Framework Compatibility</a>
<a href="/wpf/dotnet-framework-compatibility">.NET Framework and .NET Core Compatibility</a>
</li>
<li>
<a href="/wpf/dotnet-core-compatibility">.NET Core Compatibility</a>
<a href="/wpf/dotnet-core-compatibility">Building WPF Applications Using .NET Core </a>
<ul>
<li><a href="/wpf/arm-support">ARM Support</a></li>
</ul>
59 changes: 0 additions & 59 deletions wpf/dotnet-core-compatibility.md
Original file line number Diff line number Diff line change
@@ -13,65 +13,6 @@ Syncfusion Essential Studio for WPF ships .NET Core assemblies for building WPF

N> All Syncfusion WPF controls supports .NET Core except the controls labeled as `classic`.

## Version Compatibility

Below table represents the supported Syncfusion Essential Studio version for .NET Core versions.

<table>
<tr>
<th>Syncfusion Version<br/></th>
<th>.NET 6.0<br/></th>
<th>.NET 7.0<br/></th>
<th>.NET 8.0<br/></th>
<th>.NET 9.0<br/></th>
</tr>

<tr>
<td>Earlier Version<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 20.4 (2022 Vol4) <br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 21.1 (2023 Vol1) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 23.2 (2023 Vol3 SP) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 27.2 (2024 Vol3 SP) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
</tr>

</table>

## Adding Reference

You can add the Syncfusion assembly references in one of the following ways.
69 changes: 64 additions & 5 deletions wpf/dotnet-framework-compatibility.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: post
title: .NET Framework Compatibility of Syncfusion WPF controls
description: Learn here about the compatibility of .NET Framework support for the Syncfusion Essential Studio for WPF.
description: Learn here about the history of .NET Framework and .NET Core support for the Syncfusion Essential Studio for WPF.
platform: wpf
control: .Net Framework support History
control: .Net Framework and .NETCore support History
documentation: ug
---
# .NET Framework Compatibility
# .NET Framework and .NET Core Compatibility

Syncfusion WPF Controls are always compatible latest .NET Framework versions.
Syncfusion WPF Controls are always compatible latest .NET Framework and .NET Core versions.

## Version Compatibility
## Version Compatibility for .NET Framework

Below table represents the supported Syncfusion Essential Studio version for .NET Framework versions .

@@ -108,3 +108,62 @@ From 28.1 (2024 Vol4) <br/></td>
</tr>

</table>

## Version Compatibility for .NET Core

Below table represents the supported Syncfusion Essential Studio version for .NET Core versions.

<table>
<tr>
<th>Syncfusion Version<br/></th>
<th>.NET 6.0<br/></th>
<th>.NET 7.0<br/></th>
<th>.NET 8.0<br/></th>
<th>.NET 9.0<br/></th>
</tr>

<tr>
<td>Earlier Version<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 20.4 (2022 Vol4) <br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 21.1 (2023 Vol1) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 23.2 (2023 Vol3 SP) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 27.2 (2024 Vol3 SP) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
</tr>

</table>