Skip to content

UG changes for NET9.0 for all platforms #1549

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

Merged
merged 1 commit into from
Nov 11, 2024
Merged
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
9 changes: 7 additions & 2 deletions wpf/Visual-Studio-Integration/Template-Studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Create the Syncfusion WPF project using the Visual Studio Project Template by fo

![Syncfusion WPF project configuration wizard](Template-Studio-Images/WPF-4.png)

N> The installed location and GAC options will be available only after the Syncfusion Essential WPF setup has been installed. Use the NuGet option instead of installing the Syncfusion Essential WPF setup. Also, the GAC option will not be available when you choose .NET 6.0, .NET 7.0, and .NET 8.0 from the project type option in Visual Studio.
N> The installed location and GAC options will be available only after the Syncfusion Essential WPF setup has been installed. Use the NuGet option instead of installing the Syncfusion Essential WPF setup. Also, the GAC option will not be available when you choose .NET 6.0, .NET 7.0, .NET 8.0 and .NET 9.0 from the project type option in Visual Studio.

I> Visual Basic Language support is available in WPF Template Studio starting from version 25.1.35.

Expand Down Expand Up @@ -122,7 +122,7 @@ In the **Project Details** section, you can modify configurations and project ty

![Resources](Template-Studio-Images/Resources.png)

> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
> The .NET 6.0, .NET 7.0, .NET 8.0 and .NET 9.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
> <table>
> <thead>
> <tr>
Expand All @@ -147,6 +147,11 @@ In the **Project Details** section, you can modify configurations and project ty
> <td>v23.2.4</td>
> <td>Visual Studio 2022</td>
> </tr>
> <tr>
> <td>.NET 9.0</td>
> <td>v27.2.2</td>
> <td>Visual Studio 2022</td>
> </tr>
> </tbody>
> </table>

Expand Down