Skip to content

Commit 0176834

Browse files
Merge pull request #14350 from anandmeg/uuf-442058
Fix UUF issue (update to latest workload for windows app sdk in current VS)
2 parents de0f6c8 + 07ac4bb commit 0176834

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/get-started/csharp/tutorial-wasdk.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutorial: Create Windows App SDK Apps with Visual Studio & C#"
33
description: Create a Windows App SDK application in Visual Studio by using the Extensible Application Markup Language (XAML) and C#.
44
titleSuffix: ""
55
ms.custom: vs-acquisition
6-
ms.date: 5/21/2024
6+
ms.date: 9/24/2025
77
ms.subservice: general-ide
88
ms.topic: tutorial
99
ms.devlang: csharp
@@ -30,19 +30,30 @@ If you haven't already installed Visual Studio, go to the [Visual Studio downloa
3030
Visit the [Visual Studio downloads page](https://visualstudio.microsoft.com/vs/) for a free version.
3131
- Workloads and components required for developing with WinUI and the Windows App SDK. To verify or install a workload in Visual Studio, select **Tools** > **Get Tools and Features**. For more information, see [Change workloads or individual components](../../install/modify-visual-studio.md#change-workloads-or-individual-components).
3232

33-
On the **Workloads** tab of the Visual Studio Installer, select the following workloads and components:
33+
On the **Workloads** tab of the Visual Studio Installer, select the following:
3434

3535
### [Visual Studio 2022 version 17.10 and later](#tab/vs-2022-17-10)
3636

37-
* For **C#** app development using the Windows App SDK, select **Windows application development**.
37+
* For **C#** app development using the Windows App SDK, select **WinUI application development**.
3838

39+
> [!NOTE]
40+
> _In Visual Studio 17.10 - 17.12, this workload is called **Windows application development**._
41+
3942
### [Visual Studio 2022 version 17.1 - 17.9](#tab/vs-2022-17-1)
4043

4144
* For **C#** app development using the Windows App SDK, select **.NET Desktop Development**.
4245
* Then in the **Installation details** pane of the installation dialog box, select **Windows App SDK C# Templates** (near the bottom of the list).
46+
* On the **Individual components** tab, in the **SDKs, libraries, and frameworks** section, make sure **Windows 10 SDK (10.0.19041.0)** is selected.
4347

48+
### [Other Visual Studio versions](#tab/vs-other)
49+
50+
* For C# app development using the Windows App SDK, select **.NET Desktop Development**.
51+
* On the **Individual components** tab, in the **SDKs, libraries, and frameworks** section, make sure **Windows 10 SDK (10.0.19041.0)** is selected.
52+
4453
---
4554

55+
For details, see [Install tools for the Windows App SDK](/windows/apps/windows-app-sdk/set-up-your-development-environment).
56+
4657
::: moniker-end
4758

4859
## Create a project
@@ -53,7 +64,7 @@ First, create a WinUI 3 project. The project type comes with all the template fi
5364
> [!IMPORTANT]
5465
> Visual Studio 2019 only supports Windows App SDK 1.1 and earlier. Visual Studio 2022 is recommended for developing apps with all versions of the Windows App SDK.
5566
56-
The Windows App SDK 1.1.x templates are available by installing a [Visual Studio extension (VSIX)](/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=cs-vs-community%2Ccpp-vs-community%2Cvs-other%2Cvs-2019#visual-studio-project-and-item-templates).
67+
The Windows App SDK 1.1.x templates are available by installing a [Visual Studio extension (VSIX)](/windows/apps/windows-app-sdk/set-up-your-development-environment).
5768

5869
> [!NOTE]
5970
> If you have a Windows App SDK Visual Studio extension (VSIX) already installed, then uninstall it before installing another version. For directions, see [Manage extensions for Visual Studio](/visualstudio/ide/finding-and-using-visual-studio-extensions).

0 commit comments

Comments
 (0)