From 5d9e6872640d5f78c019b797262a264e2ed8e9f2 Mon Sep 17 00:00:00 2001 From: "Stefan J. Wernli" Date: Thu, 21 Jan 2021 15:47:27 -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 not using the QDK. See https://github.com/microsoft/qsharp-runtime/pull/476, which this change will help unblock. --- src/Core/Core.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index d8377db8d5..ec3aaa1f11 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -41,6 +41,7 @@ +