WindowsAppSDK
WindowsAppSDK copied to clipboard
Cannot update NuGet package due to conflicting BuildTools versions
Describe the bug
Internal bug: https://task.ms/37068467
Our project templates have an explicit reference to the BuildTools package, and the WinAppSDK package also has a dependency reference on it.
This causes some problems when trying to update the WinAppSDK package due to conflicting BuildTools versions. Uninstalling the BuildTools package seems to easily fix it, but it's unclear whether there's a reason we need to explicitly reference the BuildTools package.
We need to investigate and determine whether it's actually needed or whether we can remove it.
Steps to reproduce the bug (and potential workaround)
- Install 1.0 Preview 3 VSIX and File->New a single-project project
- Attempt to update the WinAppSDK NuGet package to 1.0
- Notice the update fails due to conflicting BuildTools versions
- Uninstall the BuildTools package
- Try updating WinAppSDK again - this time it works
- Build and run your app - it seemingly all works fine?
Expected behavior
No response
Screenshots
No response
NuGet package version
1.0.0
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response