Skip to content

Commit e46cd99

Browse files
Merge pull request #1489 from syncfusion-content/EXT-185909
WinForms and WPF Template Studio UG Improvements
2 parents 403d172 + 018a62a commit e46cd99

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

wpf/Visual-Studio-Integration/Template-Studio.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In the **Project Details** section, you can modify configurations and project ty
9292

9393

9494
*I. Application Host:*
95-
- Registers **ApplicationHostService** to manage the app's lifecycle.
95+
- Registers **ApplicationHostService** to manage the app's life cycle.
9696

9797
*II. Specific Services:*
9898
- Registers **PageService** and **NavigationService** for handling page navigation.
@@ -124,11 +124,32 @@ In the **Project Details** section, you can modify configurations and project ty
124124

125125

126126
> 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:
127-
> | .NET Version | Available From Version | Supported from Visual Studio |
128-
> |--------------|------------------------|-----------------------------|
129-
> | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 |
130-
> | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 |
131-
> | .NET 8.0 | v23.2.4 | Visual Studio 2022 |
127+
> <table>
128+
> <thead>
129+
> <tr>
130+
> <th>.NET Version</th>
131+
> <th>Available From Version</th>
132+
> <th>Supported from Visual Studio</th>
133+
> </tr>
134+
> </thead>
135+
> <tbody>
136+
> <tr>
137+
> <td>.NET 6.0</td>
138+
> <td>v19.4.0.38</td>
139+
> <td>Visual Studio 2022</td>
140+
> </tr>
141+
> <tr>
142+
> <td>.NET 7.0</td>
143+
> <td>v20.4.0.38</td>
144+
> <td>Visual Studio 2022</td>
145+
> </tr>
146+
> <tr>
147+
> <td>.NET 8.0</td>
148+
> <td>v23.2.4</td>
149+
> <td>Visual Studio 2022</td>
150+
> </tr>
151+
> </tbody>
152+
> </table>
132153
133154
13. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
134155

0 commit comments

Comments
 (0)