From bf8d1255b331a0aa65dae76745db9c4a67178d7f Mon Sep 17 00:00:00 2001 From: Bettina Heim Date: Wed, 1 Jul 2020 17:04:33 -0700 Subject: [PATCH 1/2] missing project properties for entry point driver --- .../Microsoft.Quantum.EntryPointDriver.csproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Simulation/EntryPointDriver/Microsoft.Quantum.EntryPointDriver.csproj b/src/Simulation/EntryPointDriver/Microsoft.Quantum.EntryPointDriver.csproj index ee9dd9b1dd8..2fa2201551c 100644 --- a/src/Simulation/EntryPointDriver/Microsoft.Quantum.EntryPointDriver.csproj +++ b/src/Simulation/EntryPointDriver/Microsoft.Quantum.EntryPointDriver.csproj @@ -7,6 +7,18 @@ enable Microsoft.Quantum.EntryPointDriver The standard command-line interface for standalone Q# console applications. + x64 + + + + Microsoft + Entry point driver for Q# command line applications. + See: https://docs.microsoft.com/en-us/quantum/relnotes/ + MIT + https://github.com/microsoft/qsharp-runtime + https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png + Quantum Q# Qsharp + true From 224d0ed5de88a8499314d1080a7d706f0989e1d5 Mon Sep 17 00:00:00 2001 From: Bettina Heim Date: Wed, 1 Jul 2020 17:10:18 -0700 Subject: [PATCH 2/2] and another missing platform target --- .../Tests.Microsoft.Quantum.EntryPointDriver.fsproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj b/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj index 8ab17e90bed..937028048ea 100644 --- a/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj +++ b/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj @@ -5,6 +5,7 @@ false false Microsoft.Quantum.EntryPointDriver.Tests + x64