I am just trying to load a sample windows IoT Core HelloWorld application in Visual Studio 2019 Preview. The application is getting built successfully in Visual Studio 2017, however, it is throwing an error as "Error Cannot resolve Assembly or Windows Metadata file 'Windows.Foundation.UniversalApiContract.winmd' HelloWorld" in Visual Studio 2019.
Any help is really appreciated.
Finally, I just found what we need to do. You just need to follow the steps mentioned below to get rid of the error in Visual Studio 2019, I am not sure why the application was working fine in Visual Studio 2017 though.
Hope it helps.