I've cloned the Caliburn.Micro repository and want to build it, but I'm getting this error for both the Core and Platform projects:
The specified language targets for uap10.0.16299 is missing. Ensure correct tooling is installed for 'uap'. Missing: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\WindowsXaml\v16.0\Microsoft.Windows.UI.Xaml.CSharp.targets' Caliburn.Micro.Platform C:\Users\username.nuget\packages\msbuild.sdk.extras\2.1.2\Build\LanguageTargets\CheckMissing.targets
I have installed the latest version of Visual Studio 2019 (16.8.4), the latest .NET SDK (5.0.102), and a bunch of components for Visual Studio, (.NET frameworks, Windows 10 SDK:s). but nothing helps to resolve the issue.
Looking under dependencies for the projects it seems that uap10.0.16299 is missing. But I've specifically installed Windows 10 SDK for 16299, but no difference.
What am I missing?