Skip to content

Commit 917019e

Browse files
committed
a few small updates
1 parent 986b746 commit 917019e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hub/apps/desktop/modernize/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Add modern XAML user interfaces, create MSIX packages, and incorporate other modern components into your desktop application.
33
title: Modernize your desktop apps for Windows
44
ms.topic: article
5-
ms.date: 09/21/2021
5+
ms.date: 01/28/2026
66
ms.localizationpriority: medium
77
---
88

@@ -59,11 +59,11 @@ For more information, see [Use MSIX framework packages dynamically from your des
5959

6060
.NET (previously known as .NET Core) supports Windows desktop apps, including WinUI 3 apps created with the Windows App SDK (see [Create your first WinUI 3 project](../../winui/winui3/create-your-first-winui3-app.md)). .NET also supports [Windows Presentation Foundation (WPF)](/dotnet/desktop/wpf/) and [Windows Forms (WinForms)](/dotnet/desktop/winforms/) apps. You can run new and existing Windows desktop apps on .NET, and enjoy all the benefits that .NET has to offer.
6161

62-
For more information, see [What's new in .NET 6](/dotnet/core/whats-new/dotnet-6).
62+
For more information, see [What's new in .NET 10](/dotnet/core/whats-new/dotnet-10/overview).
6363

6464
## Host WinRT XAML controls (XAML Islands)
6565

66-
Starting with the Windows 10, version 1903, you can add [UWP XAML controls](/windows/uwp/design/controls-and-patterns/controls-by-function) directly to any UI element in a WPF, Windows Forms, or C++ desktop app that is associated with a window handle (HWND). This means that you can fully integrate the latest UWP features such as [Windows Ink](/windows/uwp/design/input/pen-and-stylus-interactions) and controls that support the [Fluent Design System](/windows/uwp/design/fluent-design-system/index) into windows and other display surfaces in your desktop apps. This developer scenario is sometimes called *XAML islands*.
66+
Starting with Windows 10, version 1903, you can add [UWP XAML controls](/windows/uwp/design/controls-and-patterns/controls-by-function) directly to any UI element in a WPF, Windows Forms, or C++ desktop app that is associated with a window handle (HWND). This means that you can fully integrate the latest UWP features such as [Windows Ink](/windows/uwp/design/input/pen-and-stylus-interactions) and controls that support the [Fluent Design System](/windows/uwp/design/fluent-design-system/index) into windows and other display surfaces in your desktop apps. This developer scenario is sometimes called *XAML islands*.
6767

6868
For more information, see [WinRT XAML controls in desktop apps](xaml-islands/xaml-islands.md)
6969

0 commit comments

Comments
 (0)