Windows Compatibility - Custom library (built with Studio) not showing up in manage packages

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:
image

It shows in Orchestrator:
image

It is correctly defined as a library in project.json:
image

The process project:
image

But when I go to Manage Packages I cannot find the library:
image

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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.