Description
After upgrading to Windows 10 1903 I am no longer able to compile this example.
I am getting the following warnings:
The referenced component 'Windows.Data' could not be found.
The referenced component 'Windows.Foundation' could not be found.
The referenced component 'Windows.UI' could not be found.
And errors where code is dependent on the above assemblies.
These files were earlier in system32 but seems to have been removed from 1903. I have not been able to fin a nuget package that includes them.
I also updated to Visual Studio 16.0.3 to 16.1.1 but I don't think that this is the problem.
I have also been having problems building the progress example on a Windows 2016 build server: https://stackoverflow.com/questions/55899493/toastnotification-does-not-contain-a-definition-for-data-on-windows-server-2
Activity