diff --git a/wpf/Visual-Studio-Integration/Template-Studio.md b/wpf/Visual-Studio-Integration/Template-Studio.md index 5f9fb574a..e538f3883 100644 --- a/wpf/Visual-Studio-Integration/Template-Studio.md +++ b/wpf/Visual-Studio-Integration/Template-Studio.md @@ -92,7 +92,7 @@ In the **Project Details** section, you can modify configurations and project ty *I. Application Host:* - - Registers **ApplicationHostService** to manage the app's lifecycle. + - Registers **ApplicationHostService** to manage the app's life cycle. *II. Specific Services:* - Registers **PageService** and **NavigationService** for handling page navigation. @@ -124,11 +124,32 @@ In the **Project Details** section, you can modify configurations and project ty > 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: - > | .NET Version | Available From Version | Supported from Visual Studio | - > |--------------|------------------------|-----------------------------| - > | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 | - > | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 | - > | .NET 8.0 | v23.2.4 | Visual Studio 2022 | + >
.NET Version | + >Available From Version | + >Supported from Visual Studio | + >
---|---|---|
.NET 6.0 | + >v19.4.0.38 | + >Visual Studio 2022 | + >
.NET 7.0 | + >v20.4.0.38 | + >Visual Studio 2022 | + >
.NET 8.0 | + >v23.2.4 | + >Visual Studio 2022 | + >