Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New WinUI project asks for non-existant .NET SDK #9974

Closed
vsfeedback opened this issue Sep 11, 2024 · 1 comment
Closed

New WinUI project asks for non-existant .NET SDK #9974

vsfeedback opened this issue Sep 11, 2024 · 1 comment
Labels
area-ProjectSystem team-Markup Issue for the Markup team

Comments

@vsfeedback
Copy link

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:

image.png

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)

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Sep 11, 2024
@codendone codendone added area-ProjectSystem team-Markup Issue for the Markup team and removed needs-triage Issue needs to be triaged by the area owners labels Sep 13, 2024
@codendone
Copy link
Contributor

The message is correct and can be fixed by following the instructions in the message. For more info, see microsoft/WindowsAppSDK#4696.

@codendone codendone closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ProjectSystem team-Markup Issue for the Markup team
Projects
None yet
Development

No branches or pull requests

2 participants