You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Several times when working on a change that needs to bring in new features from an updated QDK, the developer needs to update the package versions of the Microsoft.Quantum.Sdk (and any other explicitly referenced packages) across the whole repo. This can lead to missed update locations, mismatched packages, and subtle build failures. Rather than doing this by hand, we should consider either a helper script that updates the whole repo to a single provided QDK version or a single common location for defining the current QDK version to use across all projects.