Skip to content

Commit 0c13889

Browse files
Changed the Table Format
1 parent 475301a commit 0c13889

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

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

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,32 @@ Here's a simple explanation:
126126

127127

128128
> 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:
129-
> | .NET Version | Available From Version | Supported from Visual Studio |
130-
> |--------------|------------------------|-----------------------------|
131-
> | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 |
132-
> | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 |
133-
> | .NET 8.0 | v23.2.4 | Visual Studio 2022 |
129+
> <table>
130+
> <thead>
131+
> <tr>
132+
> <th>.NET Version</th>
133+
> <th>Available From Version</th>
134+
> <th>Supported from Visual Studio</th>
135+
> </tr>
136+
> </thead>
137+
> <tbody>
138+
> <tr>
139+
> <td>.NET 6.0</td>
140+
> <td>v19.4.0.38</td>
141+
> <td>Visual Studio 2022</td>
142+
> </tr>
143+
> <tr>
144+
> <td>.NET 7.0</td>
145+
> <td>v20.4.0.38</td>
146+
> <td>Visual Studio 2022</td>
147+
> </tr>
148+
> <tr>
149+
> <td>.NET 8.0</td>
150+
> <td>v23.2.4</td>
151+
> <td>Visual Studio 2022</td>
152+
> </tr>
153+
> </tbody>
154+
> </table>
134155
135156
13. If you install the trial setup or NuGet packages from nuget.org, you must register the Syncfusion license key to your application since Syncfusion introduced the licensing system from the 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) to generate and register the Syncfusion license key to your application. 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.
136157

0 commit comments

Comments
 (0)