Skip to content

Commit c73dd09

Browse files
authored
updating the FTM (#4170)
1 parent 93bfe56 commit c73dd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/windows-app-sdk/wpf-plus-winappsdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use the Windows App SDK in a WPF app
33
description: This topic enables you to use Windows App SDK features (such as App Lifecycle, MRT Core, DWriteCore, and others) in a Windows Presentation Foundation (WPF) app.
44
ms.topic: article
5-
ms.date: 05/30/2023
5+
ms.date: 03/25/2024
66
keywords: windows win32, windows app development, Windows App SDK, Windows Presentation Foundation, WPF
77
ms.author: stwhi
88
author: stevewhims
@@ -49,7 +49,7 @@ First we'll edit the project file.
4949
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
5050
```
5151

52-
3. Also inside the **PropertyGroup** element, add a [RuntimeIdentifiers](/dotnet/core/project-sdk/msbuild-props#runtimeidentifiers) element, like this:
52+
3. Also inside the **PropertyGroup** element, add a [RuntimeIdentifiers](/dotnet/core/project-sdk/msbuild-props#runtimeidentifiers) element, as shown below. If you're targeting .NET 8 or later, then use the value `win-x86;win-x64;win-arm64` instead.
5353

5454
```xml
5555
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>

0 commit comments

Comments
 (0)