You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[severity:Other] [regression] [worked-in:probem started in 17.11.2]
After upgrading to Visual Studio 17.11.2, when creating a new WinUI project, the following error message appears:
The suggested .NET SDK build numbers are one higher than the actual .NET SDK build numbers, as seen on the .NET downloads page and in the GitHub repository for .NET.
I manually resolved the issue by uninstalling the NuGet packages that were automatically included in the new project...
This issue has been moved from a ticket on Developer Community.
[severity:Other] [regression] [worked-in:probem started in 17.11.2]
After upgrading to Visual Studio 17.11.2, when creating a new WinUI project, the following error message appears:
The suggested .NET SDK build numbers are one higher than the actual .NET SDK build numbers, as seen on the .NET downloads page and in the GitHub repository for .NET.
I manually resolved the issue by uninstalling the NuGet packages that were automatically included in the new project...
Microsoft.Windows.SDK.BuildTools
10.0.22621.756
10.0.26100.1
Microsoft.WindowsAppSDK
1.6.240829007
... and replacing them with older versions...
Microsoft.Windows.SDK.BuildTools
10.0.22621.755
10.0.26100.1
Microsoft.WindowsAppSDK
1.4.230913002
1.6.240829007
Note that I had to uninstall and reinstall both packages, and I did not test all the intermediate versions.
Original Comments
Feedback Bot on 9/8/2024, 07:10 PM:
(private comment, text removed)
Alan Tillekeratne on 9/10/2024, 09:14 AM:
(private comment, text removed)
Luke Westendorf [MSFT] on 9/11/2024, 10:12 AM:
(private comment, text removed)
The text was updated successfully, but these errors were encountered: