X Tutup
The Wayback Machine - https://web.archive.org/web/20220318172210/https://github.com/microsoft/QuantumLibraries/pull/401
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding explicit reference to Qsharp.Core package #401

Merged
merged 1 commit into from Jan 22, 2021
Merged

Conversation

swernli
Copy link
Contributor

@swernli swernli commented Jan 21, 2021

With the ongoing refactor of the qsharp-runtime repo to support target packages, the Microsoft.Quantum.Simulators package no longer automatically brings in the Microsoft.Quantum.QSharp.Core package, so projects need to explicitly add that reference if they are have suppressed loading of the core package via IncludeQsharpCorePackages set to false. See microsoft/qsharp-runtime#476, which this change will help unblock.

With the ongoing refactor of the qsharp-runtime repo to support target packages, the Microsoft.Quantum.Simulators package no longer automatically brings in the Microsoft.Quantum.QSharp.Core package, so projects need to explicitly add that reference if they are have suppressed loading of the core package via `IncludeQsharpCorePackages` set to false. See microsoft/qsharp-runtime#476, which this change will help unblock.
@cgranade
Copy link
Member

@cgranade cgranade commented Jan 22, 2021

Looks like the build failed with a transient error (http 503 getting NuGet packages), so re-ran failed jobs.

@swernli swernli merged commit 27c447a into main Jan 22, 2021
24 checks passed
@swernli swernli deleted the swernli/feature/decomp branch Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup