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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: