Skip to content

Commit 968c667

Browse files
committed
Merged main into live
2 parents a372e3e + 0b9acf3 commit 968c667

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hub/apps/get-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: An overview of Windows app development frameworks
33
title: Overview of framework options
44
ms.topic: article
5-
ms.date: 09/06/2024
5+
ms.date: 09/10/2024
66
keywords: windows, desktop development
77
ms.localizationpriority: medium
88
---
@@ -86,7 +86,7 @@ If you have a [Windows Forms .NET](/dotnet/desktop/winforms/overview/) app, you
8686
The Universal Windows Platform (UWP) provides a common type system, APIs, and application model for all devices in the Universal Windows Platform. Not only can you use UWP to create desktop applications for Windows PCs, but UWP is also the only supported platform to write a single native universal app that runs across Xbox, HoloLens, and Surface Hub. UWP apps can be native or managed.
8787

8888
> [!NOTE]
89-
> Your existing UWP app will continue to function as expected. However, to take advantage of modern features in [WinUI 3](/windows/apps/winui/winui3) and the [Windows SDK](https://developer.microsoft.com/windows/downloads/windows-sdk/) we recommend migrating your app.
89+
> Your existing UWP app will continue to function as expected. However, to take advantage of modern features in [WinUI 3](../winui/winui3/index.md) and the [Windows App SDK](/windows/apps/windows-app-sdk) we recommend migrating your app.
9090
9191
> [!div class="button"]
9292
> [Get started with UWP](/windows/uwp/get-started/)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate from UWP to the Windows App SDK
33
description: A collection of topics describing and demonstrating how to migrate your Universal Windows Platform (UWP) application to the Windows App SDK.
4-
ms.date: 06/21/2024
4+
ms.date: 09/10/2024
55
ms.topic: article
66
keywords: Windows, App, SDK, migrate, migrating, migration, port, porting, overview, hybrid crt, hybrid, crt
77
ms.localizationpriority: medium
@@ -12,7 +12,7 @@ ms.localizationpriority: medium
1212
To migrate your app from the [Universal Windows Platform](/windows/uwp/) (UWP) to the Windows App SDK, your UI code likely needs just a few namespace changes, while much of your platform code can stay the same. You'll need to adjust some code due to differences between UWP apps and desktop apps. But we expect that for most apps (depending on codebase size, of course), migration will take on the order of days rather than weeks.
1313

1414
> [!NOTE]
15-
> Your existing UWP app will continue to function as expected. However, to take advantage of modern features in [WinUI 3](../../winui/winui3/index.md) and the [Windows SDK](https://developer.microsoft.com/windows/downloads/windows-sdk/) we recommend migrating your app.
15+
> Your existing UWP app will continue to function as expected. However, to take advantage of modern features in [WinUI 3](../../winui/winui3/index.md) and the [Windows App SDK](/windows/apps/windows-app-sdk) we recommend migrating your app.
1616
1717
Below are the steps, at a high level, for migrating manually. But see the following section for info about using the [.NET Upgrade Assistant tool](#migrating-by-using-the-net-upgrade-assistant-tool)).
1818

0 commit comments

Comments
 (0)