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

SDK folder for UAP not found #256

Open
sjb-sjb opened this issue Jan 18, 2021 · 2 comments
Open

SDK folder for UAP not found #256

sjb-sjb opened this issue Jan 18, 2021 · 2 comments

Comments

@sjb-sjb
Copy link

sjb-sjb commented Jan 18, 2021

I'm new to MSBuildSdkExtras so please bear with me. I followed the instructions on the MSBuildSdkExtras page: created a .NET Standard project, changed the Sdk to MSBuild.Sdk.Extras, added the global.json, and then set my TargetFramework to uap10.0.19041.

On build I get "Error APPX3217: SDK folder containing 'UAP.props' for 'UAP 10.0.19041.0' cannot be located. See http://go.microsoft.com/fwlink/?LinkID=798187 for more information." The linked page didn't help me.

My end goal is to build a UWP + WinUI 3 app with C# 9.0 and .NET 5. Obviously it's not supported but according to this issue it should be do-able.

I am using VS 2019 preview and have WinUI 3 preview installed.

@datoml
Copy link

datoml commented Jan 18, 2021

Hello,

could it be that the Windows 10 SDK v10.0.19041.0 is not installed on your system?
Based on the error it could be the problem.

@sjb-sjb
Copy link
Author

sjb-sjb commented Jan 18, 2021

Lo and behold, it was not! After posting I found out the SDK's are optional to the UWP load.
Feeling a bit dumb on this one ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants