The declared package dependency does not exist. Dependency: Microsoft.WindowsAppSDK.1.0-experimental1. Minimum version: 0.218.840.0. #1708
-
I am trying to publish a package (which is using Window App SDK experimental ) to Windows Store just for test. I got the error "The declared package dependency does not exist. Dependency: Microsoft.WindowsAppSDK.1.0-experimental1. Minimum version: 0.218.840.0.". Does it mean I can not publish the package unless it is using stable Windows App SDK? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
I love the enthusiasm, and your intuition is correct: Experimental versions of the Windows App SDK are intended for development purposes only, and are not available in the store, nor are they serviced. Stay tuned, the 1.0 release version is still on track for this quarter, per our roadmap here: https://github.com/microsoft/WindowsAppSDK/blob/main/docs/roadmap.md Thanks, Ben |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem, which affected my enthusiasm for participation. Please provide the package version that can be put on the shelf as soon as possible |
Beta Was this translation helpful? Give feedback.
-
Windows App SDK 1.0 is available as of mid-November. If you're still developing against the experimental packages, you should update your Nuget reference to "Microsoft.WindowsAppSDK.1.0". You can find details about the release here: Thanks, Ben |
Beta Was this translation helpful? Give feedback.
I love the enthusiasm, and your intuition is correct: Experimental versions of the Windows App SDK are intended for development purposes only, and are not available in the store, nor are they serviced. Stay tuned, the 1.0 release version is still on track for this quarter, per our roadmap here:
https://github.com/microsoft/WindowsAppSDK/blob/main/docs/roadmap.md
Thanks,
Ben