I am attempting to upgrade a Windows 8 WinRT JS app that was made for Windows 8, to Universal Windows Platform (Windodws 10).
I've made necessary project / manifest changes, and have the project building, but on deployment attempt, it complains
this package depends on a framework that could not be found. Provide the framework "Microsoft.Xbox.WinJS.1.0"
I've attempted to drop in the latest WinJS (4.4), but the app uses javascript code from that package.
That package is nowhere to be found on the web. Is it part of the Xbox XDK?
Thanks