Skip to content

Commit 2adcc0f

Browse files
committed
Merge branch 'main' into alvinashcraft/main-winappsdk-oauth2-howto
2 parents e34b4d2 + c5f4190 commit 2adcc0f

29 files changed

+182
-83
lines changed

hub/apps/design/shell/tiles-and-notifications/secondary-tiles-desktop-pinning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ If you're using WPF or WinForms, and you haven't packaged your app with the Desk
3737

3838
```xml
3939
<PropertyGroup>
40-
<!-- You can also target other versions of the Windows SDK and .NET; for example, "net6.0-windows10.0.19041.0" -->
41-
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
40+
<!-- You can also target other versions of the Windows SDK and .NET; for example, "net8.0-windows10.0.19041.0" -->
41+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
4242
</PropertyGroup>
4343
```
4444

hub/apps/desktop/modernize/desktop-to-uwp-enhance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ This option is supported only in projects that use .NET 6 (or later) and target
3535
<Project Sdk="Microsoft.NET.Sdk">
3636
<PropertyGroup>
3737
<OutputType>WinExe</OutputType>
38-
<TargetFramework>net5.0</TargetFramework>
38+
<TargetFramework>net8.0</TargetFramework>
3939
</PropertyGroup>
4040
</Project>
4141
```
4242

4343
2. Leaving all other settings as they are, replace the value of the **TargetFramework** element with one of the following strings:
4444

45-
* **net6.0-windows10.0.17763.0**: If your app targets Windows 10, version 1809.
46-
* **net6.0-windows10.0.18362.0**: If your app targets Windows 10, version 1903.
47-
* **net6.0-windows10.0.19041.0**: If your app targets Windows 10, version 2004.
48-
* **net6.0-windows10.0.22000.0**: If your app targets initial release of Windows 11.
49-
* **net6.0-windows10.0.22621.0**: If your app targets Windows 11, version 22H2.
50-
* **net6.0-windows10.0.26100.0**: If your app targets Windows 11, version 24H2.
45+
* **net8.0-windows10.0.17763.0**: If your app targets Windows 10, version 1809.
46+
* **net8.0-windows10.0.18362.0**: If your app targets Windows 10, version 1903.
47+
* **net8.0-windows10.0.19041.0**: If your app targets Windows 10, version 2004.
48+
* **net8.0-windows10.0.22000.0**: If your app targets initial release of Windows 11.
49+
* **net8.0-windows10.0.22621.0**: If your app targets Windows 11, version 22H2.
50+
* **net8.0-windows10.0.26100.0**: If your app targets Windows 11, version 24H2.
5151

5252
For example, the following element is for a project that targets Windows 10, version 2004.
5353

5454
```xml
55-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
55+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
5656
```
5757

5858
In later versions of .NET, you can replace the value with the relevant version, for example **net8.0-windows10.0.19041.0**.
@@ -78,7 +78,7 @@ The **TargetPlatformMinVersion** can be overridden to be less than the **TargetP
7878
<Project Sdk="Microsoft.NET.Sdk">
7979
<PropertyGroup>
8080
<OutputType>WinExe</OutputType>
81-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
81+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
8282
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
8383
</PropertyGroup>
8484
</Project>

hub/apps/desktop/modernize/winrt-com-interop-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For other .NET desktop project types&mdash;such as [Windows Presentation Foundat
3030

3131
```xml
3232
<PropertyGroup>
33-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
33+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
3434
</PropertyGroup>
3535
```
3636

hub/apps/develop/launch/launch-settings-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ The following sections describe different categories of ms-settings URIs used to
174174
| Color filters | ms-settings:easeofaccess-colorfilter </br> ms-settings:easeofaccess-colorfilter-adaptivecolorlink </br> ms-settings:easeofaccess-colorfilter-bluelightlink |
175175
| Display | ms-settings:easeofaccess-display |
176176
| Eye control | ms-settings:easeofaccess-eyecontrol |
177+
| Hearing devices | ms-settings:easeofaccess-hearingaids (**Added in Windows 11, Version 24H2**) |
177178
| High contrast | ms-settings:easeofaccess-highcontrast |
178179
| Keyboard | ms-settings:easeofaccess-keyboard |
179180
| Magnifier | ms-settings:easeofaccess-magnifier |

hub/apps/develop/launch/launch-store-app.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Using ms-windows-store URIs in Windows apps
33
description: Launch the Microsoft Store app directly to a landing page or your product's page.
4-
ms.date: 02/11/2025
4+
ms.date: 02/19/2025
55
ms.topic: concept-article
66
# customer-intent: As a Windows developer, I want to learn how to use the ms-windows-store URI scheme to launch the Microsoft Store app to specific pages in the store.
77
---
88

99
# Using ms-windows-store URIs
1010

11-
This topic describes the **ms-windows-store:** URI scheme. Your app can use this URI scheme to launch the Microsoft Store app to specific pages in the store by using the [**LaunchUriAsync**](/uwp/api/windows.system.launcher.launchuriasync) method on Windows.
11+
This topic describes the **ms-windows-store:** URI scheme. Your app can use this URI scheme to launch the Microsoft Store app to specific pages in the store by using the [LaunchUriAsync](/uwp/api/windows.system.launcher.launchuriasync) method on Windows.
1212

1313
For example, you can open the Store to the Games page using the following code:
1414

@@ -24,7 +24,8 @@ You can launch the Store App to a specific page or section using the following o
2424
|--------------------------------------------------|-------------------------------------------------|-------|
2525
| ms-windows-store://home | Launches the home page of the Store. | |
2626
| ms-windows-store://navigatetopage/?Id=[vertical] | Launches a top-level vertical page of the store | Verticals include: `Home`, `Gaming`, `Entertainment`, `Productivity`, and `LOB`, but note that available verticals can vary by region. |
27-
| ms-windows-store://downloadsandupdates | Launches the downloads and updates page. | Starting with the October 2021 update to the Store app, this will launch the Library page. |
27+
| ms-windows-store://downloadsandupdates | Launches the Updates and downloads page. | |
28+
| ms-windows-store://mylibrary | Launches the Library page of the Store. | |
2829
| ms-windows-store://settings | Launches the Store settings page. | |
2930

3031
## Opening to a specific product

hub/apps/develop/platform/csharp-winrt/create-windows-runtime-component-cswinrt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Begin by creating a new project in Visual Studio. Select the **Class Library** p
3030

3131
```xml
3232
<PropertyGroup>
33-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
33+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
3434
<Platforms>x64</Platforms>
3535
</PropertyGroup>
3636
```

hub/apps/develop/platform/csharp-winrt/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ C#/WinRT uses the [LoadLibrary alternate search order](/windows/win32/dlls/dynam
8181

8282
To address this error, edit your `<TargetFramework>` property to target a specific Windows version, for example:
8383
```xml
84-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
84+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
8585
```
8686
Refer to the docs on [Calling Windows Runtime APIs](../../../desktop/modernize/desktop-to-uwp-enhance.md) for more details on specifying the `<TargetFramework>` property.
8787

hub/apps/develop/platform/csharp-winrt/net-projection-from-cppwinrt-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Before you can invoke the `cswinrt.exe` tool to generate the projection assembly
126126

127127
```xml
128128
<PropertyGroup>
129-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
129+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
130130
<!-- Set Platform to AnyCPU to allow consumption of the projection assembly from any architecture. -->
131131
<Platform>AnyCPU</Platform>
132132
</PropertyGroup>

hub/apps/develop/security/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Where those biometrics are not configured or available, both passkey creation an
2525

2626
## Demos and examples
2727

28-
See [Active Deployments](https://passkeys.dev/docs/demos-examples/active-deployments/) and [Demo Sites & Services](https://passkeys.dev/docs/demos-examples/demos/).
28+
See [Windows Reference on passkeys.dev](https://passkeys.dev/docs/reference/windows/) and [Demo Sites](https://passkeys.dev/docs/tools-libraries/test-sites/#demo-sites).
2929

3030
## Further info
3131

hub/apps/package-and-deploy/project-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's an excerpt from a typical `.csproj` file for a C# WinUI 3 project showing
2929
<Project Sdk="Microsoft.NET.Sdk">
3030
<PropertyGroup>
3131
<OutputType>WinExe</OutputType>
32-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
32+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
3333
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
3434
...
3535
<UseWinUI>true</UseWinUI>

0 commit comments

Comments
 (0)