Replies: 1 comment 3 replies
-
It's likely that the template is missing pubxml files. Can you try copying this folder to the windows folder and see if it helps? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run the to-do app.
App works when I set startup to Skia.Gtk, Skia.WPF, or Wasm. However when I set startup to Windows I get this error:
A quick google led me add this to the .csproj:
Which gives this error:
Another google led me add this (albeit a workaround):
Which gives me this error:
I suspect I've entered a rabbit hole that I should not be in in the first place so before I start aimlessly whacking at things I will seek some help here.
Windows 10 Pro 21H2 build 19044.2251
Visual Studio 17.4.1
Beta Was this translation helpful? Give feedback.
All reactions