I have a console application that uses UWP (Windows.Media.*) and I'm trying to run it in a docker container, which base Windows image should I use?
What do I need to install on top of the base image in order to run the exe successfully? I tried adding VS tools and windows sdk in servercore but it didn't work. I only need the runtime dependencies for the .exe, not build dependencies.