I'm upgrading some code to 10.0.12, and all of s sudden code that worked in 10.0.8 no longer works.
Even if I try to run the extension samples I get errors. The main thing is that it cannot find the POS API:
Error TS2307 (TS) Cannot find module 'PosApi/Consume/Dialogs'. Miscellaneous C:\Users\Admin4b992a8953\RetailSdk\POS\Extensions\SampleExtensions\Controls\DialogSample
The import statement in MessageDialog.ts in the Pos.Extensions project throws an error when I build the project.
Is this related to the switch to NuGet packages like with the CRT projects? If so, how do I figure out which packages to add?