I took a Windows-Legacy process project and converted it to Windows. It uses a custom library so I also converted that project to Windows. When I go to Manage Packages from the process project, I can’t see the library.
Library:
It shows in Orchestrator:
It is correctly defined as a library in project.json:
The process project:
But when I go to Manage Packages I cannot find the library:
I also tried putting the package into my local drive feed and it still doesn’t show up.
I noticed I am able to see the library in other Windows compatibility projects, so the library is fine. This particular process project, something is wrong with it that it’s not seeing the Windows compatibility version of the libraries. It does see some of them, not all of them.
I had to create a new blank process, copy the XAML file(s) to it from this broken project, copy the .screenshots folder over, and edit the name in project.json - now it works.