I created a solution with several .Net and UWP projects with VisualStudio 2019 and on some of them a reference to Windows.Foundation.UniversalApiContract was added by VisualStudio on project creation. Since I use for instance Windows.Storage.Stream I can not remove this references.
When I use the solution in the directory I created the solution, it is no problem. But when I check it out into another directory on my PC, this reference could no longer be satisfied. My working collegue can also not work on this solution.
Can anyone tell my how I can fix this problem? Did I missed something to check in? I am using the default .gitignore for VisualStudio from github.
Kind regards, Wolfgang