The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
For the projects under the VSIX folder, the build stopped honoring the "Directory.Packages.props" file at the root of the repo. This causes us to pick up old versions of all these packages, and hilarity ensues.
I'm not sure at the moment what caused this change in behavior, but this fix looks safe as we continue to investigate.
Cherry pick from https://github.com/microsoft/WindowsAppSDK/pull/4674
For the projects under the VSIX folder, the build stopped honoring the "Directory.Packages.props" file at the root of the repo. This causes us to pick up old versions of all these packages, and hilarity ensues.
I'm not sure at the moment what caused this change in behavior, but this fix looks safe as we continue to investigate.