Skip to content

Commit 6be6a43

Browse files
committed
Merged main into live
2 parents c1f1599 + 893c6f2 commit 6be6a43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hub/apps/windows-app-sdk/stable-channel.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ The Package Management API has received several enhancements including Is\*Ready
165165
- If the debugger is set to break on all C++ exceptions, it will break on some noisy exceptions on start-up in the BCP47 (Windows Globalization) code. For more info, see GitHub issue [#4691](https://github.com/microsoft/WindowsAppSDK/issues/4691).
166166
- Component library packages which reference the WinAppSDK 1.6 package will not correctly get the referenced WebView2 package contents. For more info, see [WebView2Feedback #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743). A workaround is to add a direct reference to the `Microsoft.Web.WebView2` package where needed.
167167
- Apps compiled with Native AOT might sometimes experience a hanging issue after page navigation due to a race condition in the .NET runtime's GC thread. For more info, see [.NET issue #104582](https://github.com/dotnet/runtime/issues/104582).
168-
- The initial release of 1.6.0 introduced an issue with one of our dependencies that we expect will be resolved in an upcoming release of the .NET SDK. If you experience an error with the version of your Microsoft.Windows.SDK.NET reference, add the following to your `.csproj` file:
169-
- `<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>`
170-
168+
- The initial release of 1.6.0 introduced an issue with one of our dependencies that we expect will be resolved in an upcoming release of the .NET SDK. If you experience an error with the version of your Microsoft.Windows.SDK.NET reference, you’ll need to explicitly reference the version of the .NET SDK that is specified by your error message. For example, if the error says you need version 10.0.19041.38, add the following to your `.csproj` file:
169+
- `<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>`.
171170

172171
### Bug Fixes
173172

0 commit comments

Comments
 (0)