Skip to content

Commit c44e126

Browse files
committed
Merged main into live
2 parents 7746891 + 77107cd commit c44e126

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ 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+
168171

169172
### Bug Fixes
170173

0 commit comments

Comments
 (0)