From 65f01e779b01aa7a8a10b922da7bf02a6cc5833a Mon Sep 17 00:00:00 2001 From: "Stefan J. Wernli" Date: Thu, 21 Jan 2021 15:57:38 -0800 Subject: [PATCH] Adding explicit reference to Qsharp.Core package 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. --- Standard/src/Standard.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index 2ff6e559b7b..48a6761a5e5 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -38,6 +38,7 @@ +