microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.8k stars 320 forks source link

[release/1.6-stable] Copy Microsoft.WindowsAppRuntime.Bootstrap.dll from portable RID folder #4455

Closed bpulliam closed 4 months ago

bpulliam commented 4 months ago

With this PR: remove conditional support for < NET 8 and get rid of assets under Wi… · https://github.com/microsoft/WindowsAppSDK/commit/8b6c0f8 (github.com) , Microsoft.WindowsAppRuntime.Bootstrap.dll is no longer being copied to the nonportable RID runtime folder (win10-arch).

CP of https://github.com/microsoft/WindowsAppSDK/pull/4441