From c20118fea53ac68a3ac1ce645f3d4c8aab999ced Mon Sep 17 00:00:00 2001 From: Mine Starks <16928427+minestarks@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:48:44 -0700 Subject: [PATCH] Update versions to 0.28.302812 (#830) --- Build/images/samples/Dockerfile | 2 +- global.json | 2 +- samples/algorithms/chsh-game/CHSHGame.csproj | 2 +- .../algorithms/database-search/DatabaseSearchSample.csproj | 2 +- .../integer-factorization/IntegerFactorization.csproj | 4 ++-- samples/algorithms/oracle-synthesis/OracleSynthesis.csproj | 2 +- samples/algorithms/order-finding/OrderFinding.csproj | 2 +- .../repeat-until-success/RepeatUntilSuccess.csproj | 2 +- .../ReversibleLogicSynthesis.csproj | 2 +- samples/algorithms/simple-grover/SimpleGroverSample.csproj | 2 +- samples/algorithms/sudoku-grover/SudokuGroverSample.csproj | 2 +- .../variational-algorithms/VariationalAlgorithms.csproj | 2 +- samples/algorithms/variational-algorithms/environment.yml | 2 +- samples/azure-quantum/check-ghz/CheckGHZ.csproj | 2 +- .../azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj | 4 ++-- .../chemistry/QuantumPhaseEstimation/Molecule.csproj | 4 ++-- samples/azure-quantum/grover/Grover.csproj | 2 +- samples/azure-quantum/hidden-shift/HiddenShift.csproj | 2 +- samples/azure-quantum/ising-model/IsingModel.csproj | 2 +- .../iterative-phase-estimation.csproj | 2 +- samples/azure-quantum/parallel-qrng/ParallelQrng.csproj | 2 +- .../integer-factorization.csproj | 4 ++-- samples/azure-quantum/teleport/Teleport.csproj | 2 +- .../ThreeQubitRepetitionCode.csproj | 2 +- .../phase-estimation/PhaseEstimationSample.csproj | 2 +- samples/characterization/process-tomography/environment.yml | 2 +- .../randomized-benchmarking/RandomizedBenchmarking.csproj | 2 +- .../randomized-benchmarking/environment.yml | 2 +- .../AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj | 2 +- .../CreateHubbardHamiltonian.csproj | 2 +- samples/chemistry/GetGateCount/3-GetGateCount.csproj | 4 ++-- .../chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj | 4 ++-- .../chemistry/MolecularHydrogen/MolecularHydrogen.csproj | 4 ++-- .../MolecularHydrogenGUI/MolecularHydrogenGUI.csproj | 4 ++-- samples/chemistry/RunSimulation/2-RunSimulation.csproj | 6 +++--- .../SimulateHubbardHamiltonian.csproj | 4 ++-- samples/diagnostics/unit-testing/UnitTesting.csproj | 4 ++-- samples/error-correction/bit-flip-code/BitFlipCode.csproj | 2 +- samples/error-correction/syndrome/Syndrome.csproj | 2 +- samples/getting-started/measurement/Measurement.csproj | 2 +- samples/getting-started/qrng/Qrng.csproj | 2 +- .../simple-algorithms/SimpleAlgorithms.csproj | 2 +- .../teleportation/TeleportationSample.csproj | 2 +- samples/interoperability/dotnet/qsharp/qsharp.csproj | 2 +- samples/interoperability/python/environment.yml | 2 +- samples/interoperability/python/python.csproj | 4 ++-- samples/interoperability/qrng/Qrng.csproj | 2 +- samples/machine-learning/half-moons/HalfMoons.csproj | 4 ++-- samples/machine-learning/half-moons/HalfMoons.ipynb | 2 +- .../parallel-half-moons/ParallelHalfMoons.csproj | 4 ++-- samples/machine-learning/wine/Wine.csproj | 4 ++-- samples/numerics/custom-mod-add/CustomModAdd.csproj | 4 ++-- .../evaluating-functions/EvaluatingFunctions.csproj | 4 ++-- samples/numerics/resource-counting/ResourceCounting.csproj | 4 ++-- samples/runtime/autosubstitution/AutoSubstitution.csproj | 2 +- samples/runtime/oracle-emulation/OracleEmulation.csproj | 4 ++-- samples/runtime/qpic-simulator/host/host.csproj | 4 ++-- samples/runtime/qpic-simulator/simulator/simulator.csproj | 2 +- .../runtime/reversible-simulator-advanced/host/host.csproj | 2 +- .../simulator/simulator.csproj | 4 ++-- .../reversible-simulator-simple/ReversibleSimulator.csproj | 2 +- .../simulator-with-overrides/SimulatorWithOverrides.csproj | 2 +- .../gaussian-initial-state/gaussian-initial-state.csproj | 2 +- .../h2/command-line/H2SimulationSampleCmdLine.csproj | 2 +- samples/simulation/h2/gui/H2SimulationGUI.csproj | 2 +- samples/simulation/hubbard/HubbardSimulationSample.csproj | 2 +- samples/simulation/ising/IsingSamples.csproj | 2 +- samples/simulation/qaoa/QAOA.csproj | 2 +- samples/tests/sample-tests/SampleTests.csproj | 4 ++-- 69 files changed, 92 insertions(+), 92 deletions(-) diff --git a/Build/images/samples/Dockerfile b/Build/images/samples/Dockerfile index ffe2ee21a969..89367e808df9 100644 --- a/Build/images/samples/Dockerfile +++ b/Build/images/samples/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/microsoft/iqsharp/blob/main/images/iqsharp-base/Dockerfile. # As per Binder documentation, we choose to use an SHA sum here instead of a # tag. -FROM mcr.microsoft.com/quantum/iqsharp-base:0.28.291394 +FROM mcr.microsoft.com/quantum/iqsharp-base:0.28.302812 # Mark that this Dockerfile is used with the samples repository. ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE diff --git a/global.json b/global.json index 6014bf3293ad..61fb3d9bc9fa 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Microsoft.Quantum.Sdk": "0.28.291394" + "Microsoft.Quantum.Sdk": "0.28.302812" } } \ No newline at end of file diff --git a/samples/algorithms/chsh-game/CHSHGame.csproj b/samples/algorithms/chsh-game/CHSHGame.csproj index 9b1a173b168a..2e05571ae220 100644 --- a/samples/algorithms/chsh-game/CHSHGame.csproj +++ b/samples/algorithms/chsh-game/CHSHGame.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/database-search/DatabaseSearchSample.csproj b/samples/algorithms/database-search/DatabaseSearchSample.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/algorithms/database-search/DatabaseSearchSample.csproj +++ b/samples/algorithms/database-search/DatabaseSearchSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/integer-factorization/IntegerFactorization.csproj b/samples/algorithms/integer-factorization/IntegerFactorization.csproj index 289e68633eac..7e2d0b82b984 100644 --- a/samples/algorithms/integer-factorization/IntegerFactorization.csproj +++ b/samples/algorithms/integer-factorization/IntegerFactorization.csproj @@ -1,4 +1,4 @@ - + Exe @@ -9,7 +9,7 @@ - + diff --git a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj +++ b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/order-finding/OrderFinding.csproj b/samples/algorithms/order-finding/OrderFinding.csproj index cdc41364a882..74ab8a8eb9d2 100644 --- a/samples/algorithms/order-finding/OrderFinding.csproj +++ b/samples/algorithms/order-finding/OrderFinding.csproj @@ -1,4 +1,4 @@ - + Exe net6.0 diff --git a/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj b/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj +++ b/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj b/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj +++ b/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/simple-grover/SimpleGroverSample.csproj b/samples/algorithms/simple-grover/SimpleGroverSample.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/algorithms/simple-grover/SimpleGroverSample.csproj +++ b/samples/algorithms/simple-grover/SimpleGroverSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj b/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj index 9b1a173b168a..2e05571ae220 100644 --- a/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj +++ b/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/variational-algorithms/VariationalAlgorithms.csproj b/samples/algorithms/variational-algorithms/VariationalAlgorithms.csproj index cd2495e77338..2fa14a4ff704 100644 --- a/samples/algorithms/variational-algorithms/VariationalAlgorithms.csproj +++ b/samples/algorithms/variational-algorithms/VariationalAlgorithms.csproj @@ -1,4 +1,4 @@ - + Library net6.0 diff --git a/samples/algorithms/variational-algorithms/environment.yml b/samples/algorithms/variational-algorithms/environment.yml index 6d6674c9d7f0..5ce479ab823d 100644 --- a/samples/algorithms/variational-algorithms/environment.yml +++ b/samples/algorithms/variational-algorithms/environment.yml @@ -8,7 +8,7 @@ channels: dependencies: - notebook - matplotlib - - qsharp==0.28.291394 + - qsharp==0.28.302812 # This sample uses the QuTiP library to decompose Hamiltonian operators in # the Pauli basis. - qutip diff --git a/samples/azure-quantum/check-ghz/CheckGHZ.csproj b/samples/azure-quantum/check-ghz/CheckGHZ.csproj index 456e523546d7..cab6c3c490c8 100644 --- a/samples/azure-quantum/check-ghz/CheckGHZ.csproj +++ b/samples/azure-quantum/check-ghz/CheckGHZ.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj b/samples/azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj index 1437bc16dd21..fcfa5b6de626 100644 --- a/samples/azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj +++ b/samples/azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj @@ -1,10 +1,10 @@ - + Library net6.0 true - + diff --git a/samples/azure-quantum/chemistry/QuantumPhaseEstimation/Molecule.csproj b/samples/azure-quantum/chemistry/QuantumPhaseEstimation/Molecule.csproj index be69c507f67c..100149d2657d 100644 --- a/samples/azure-quantum/chemistry/QuantumPhaseEstimation/Molecule.csproj +++ b/samples/azure-quantum/chemistry/QuantumPhaseEstimation/Molecule.csproj @@ -1,9 +1,9 @@ - + Library net6.0 - + diff --git a/samples/azure-quantum/grover/Grover.csproj b/samples/azure-quantum/grover/Grover.csproj index b56c8e4db570..c9659f80d4a5 100644 --- a/samples/azure-quantum/grover/Grover.csproj +++ b/samples/azure-quantum/grover/Grover.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/azure-quantum/hidden-shift/HiddenShift.csproj b/samples/azure-quantum/hidden-shift/HiddenShift.csproj index b56c8e4db570..c9659f80d4a5 100644 --- a/samples/azure-quantum/hidden-shift/HiddenShift.csproj +++ b/samples/azure-quantum/hidden-shift/HiddenShift.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/azure-quantum/ising-model/IsingModel.csproj b/samples/azure-quantum/ising-model/IsingModel.csproj index 3f954d862b55..a9da446cf1d8 100644 --- a/samples/azure-quantum/ising-model/IsingModel.csproj +++ b/samples/azure-quantum/ising-model/IsingModel.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/azure-quantum/iterative-phase-estimation/iterative-phase-estimation.csproj b/samples/azure-quantum/iterative-phase-estimation/iterative-phase-estimation.csproj index 87b14ea8f51e..5249f9368a6a 100644 --- a/samples/azure-quantum/iterative-phase-estimation/iterative-phase-estimation.csproj +++ b/samples/azure-quantum/iterative-phase-estimation/iterative-phase-estimation.csproj @@ -1,4 +1,4 @@ - + Exe net6.0 diff --git a/samples/azure-quantum/parallel-qrng/ParallelQrng.csproj b/samples/azure-quantum/parallel-qrng/ParallelQrng.csproj index de768c579789..ba395467e16a 100644 --- a/samples/azure-quantum/parallel-qrng/ParallelQrng.csproj +++ b/samples/azure-quantum/parallel-qrng/ParallelQrng.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/azure-quantum/resource-estimation/integer-factorization-with-cli/integer-factorization.csproj b/samples/azure-quantum/resource-estimation/integer-factorization-with-cli/integer-factorization.csproj index 7e21f365ef89..cb5285a457dd 100644 --- a/samples/azure-quantum/resource-estimation/integer-factorization-with-cli/integer-factorization.csproj +++ b/samples/azure-quantum/resource-estimation/integer-factorization-with-cli/integer-factorization.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/azure-quantum/teleport/Teleport.csproj b/samples/azure-quantum/teleport/Teleport.csproj index 968032eb43e5..de91e6f9dd1d 100644 --- a/samples/azure-quantum/teleport/Teleport.csproj +++ b/samples/azure-quantum/teleport/Teleport.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/azure-quantum/three-qubit-repetition-code/ThreeQubitRepetitionCode.csproj b/samples/azure-quantum/three-qubit-repetition-code/ThreeQubitRepetitionCode.csproj index 456e523546d7..cab6c3c490c8 100644 --- a/samples/azure-quantum/three-qubit-repetition-code/ThreeQubitRepetitionCode.csproj +++ b/samples/azure-quantum/three-qubit-repetition-code/ThreeQubitRepetitionCode.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj index 9bed49669c3b..49a969993076 100644 --- a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj +++ b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/characterization/process-tomography/environment.yml b/samples/characterization/process-tomography/environment.yml index 89edeb30107c..ebd4a208d145 100644 --- a/samples/characterization/process-tomography/environment.yml +++ b/samples/characterization/process-tomography/environment.yml @@ -20,7 +20,7 @@ dependencies: - ipyparallel - py - notebook -- qsharp==0.28.291394 +- qsharp==0.28.302812 - jupyter_client==6.1.7 - pyzmq==19.0.2=py37h453f00a_2 - pip diff --git a/samples/characterization/randomized-benchmarking/RandomizedBenchmarking.csproj b/samples/characterization/randomized-benchmarking/RandomizedBenchmarking.csproj index 71bafdc824e1..cb697818f063 100644 --- a/samples/characterization/randomized-benchmarking/RandomizedBenchmarking.csproj +++ b/samples/characterization/randomized-benchmarking/RandomizedBenchmarking.csproj @@ -1,4 +1,4 @@ - + Library diff --git a/samples/characterization/randomized-benchmarking/environment.yml b/samples/characterization/randomized-benchmarking/environment.yml index fcf81ac61ea2..86ffdf18a059 100644 --- a/samples/characterization/randomized-benchmarking/environment.yml +++ b/samples/characterization/randomized-benchmarking/environment.yml @@ -21,7 +21,7 @@ dependencies: - ipyparallel - py - notebook -- qsharp==0.28.291394 +- qsharp==0.28.302812 - jupyter_client==6.1.7 - pyzmq==19.0.2=py37h453f00a_2 - pip diff --git a/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj b/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj index d5b7fdbce899..357da0b292a8 100644 --- a/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj +++ b/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj b/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj index f7f1e93ae6fd..c61e69399a04 100644 --- a/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj +++ b/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/chemistry/GetGateCount/3-GetGateCount.csproj b/samples/chemistry/GetGateCount/3-GetGateCount.csproj index 82f7b0d69e99..ee63658e4d23 100644 --- a/samples/chemistry/GetGateCount/3-GetGateCount.csproj +++ b/samples/chemistry/GetGateCount/3-GetGateCount.csproj @@ -1,5 +1,5 @@  - + Exe @@ -18,7 +18,7 @@ - + diff --git a/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj b/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj index a259a18d7759..5c7a3327b5ff 100644 --- a/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj +++ b/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj b/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj index 9dbbe7921e0b..0cc1e6d4ebe7 100644 --- a/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj +++ b/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj b/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj index 2683fb342965..173253fae60c 100644 --- a/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj +++ b/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj @@ -25,8 +25,8 @@ - - + + diff --git a/samples/chemistry/RunSimulation/2-RunSimulation.csproj b/samples/chemistry/RunSimulation/2-RunSimulation.csproj index e528162bcda5..0606050bbb5d 100644 --- a/samples/chemistry/RunSimulation/2-RunSimulation.csproj +++ b/samples/chemistry/RunSimulation/2-RunSimulation.csproj @@ -1,5 +1,5 @@  - + Exe @@ -11,8 +11,8 @@ - - + + diff --git a/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj b/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj index 9dbbe7921e0b..0cc1e6d4ebe7 100644 --- a/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj +++ b/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/diagnostics/unit-testing/UnitTesting.csproj b/samples/diagnostics/unit-testing/UnitTesting.csproj index fda74c66e8d2..9812ed3bcd25 100644 --- a/samples/diagnostics/unit-testing/UnitTesting.csproj +++ b/samples/diagnostics/unit-testing/UnitTesting.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/error-correction/bit-flip-code/BitFlipCode.csproj b/samples/error-correction/bit-flip-code/BitFlipCode.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/error-correction/bit-flip-code/BitFlipCode.csproj +++ b/samples/error-correction/bit-flip-code/BitFlipCode.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/error-correction/syndrome/Syndrome.csproj b/samples/error-correction/syndrome/Syndrome.csproj index d1de6cdfdeb6..9933e9e699c4 100644 --- a/samples/error-correction/syndrome/Syndrome.csproj +++ b/samples/error-correction/syndrome/Syndrome.csproj @@ -1,4 +1,4 @@ - + net6.0 diff --git a/samples/getting-started/measurement/Measurement.csproj b/samples/getting-started/measurement/Measurement.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/getting-started/measurement/Measurement.csproj +++ b/samples/getting-started/measurement/Measurement.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/getting-started/qrng/Qrng.csproj b/samples/getting-started/qrng/Qrng.csproj index 9b1a173b168a..2e05571ae220 100644 --- a/samples/getting-started/qrng/Qrng.csproj +++ b/samples/getting-started/qrng/Qrng.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj b/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj +++ b/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/getting-started/teleportation/TeleportationSample.csproj b/samples/getting-started/teleportation/TeleportationSample.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/getting-started/teleportation/TeleportationSample.csproj +++ b/samples/getting-started/teleportation/TeleportationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/interoperability/dotnet/qsharp/qsharp.csproj b/samples/interoperability/dotnet/qsharp/qsharp.csproj index 0694484c914b..bb0e4d5bb183 100644 --- a/samples/interoperability/dotnet/qsharp/qsharp.csproj +++ b/samples/interoperability/dotnet/qsharp/qsharp.csproj @@ -1,4 +1,4 @@ - + Library diff --git a/samples/interoperability/python/environment.yml b/samples/interoperability/python/environment.yml index 1610cb704b95..521bd3b79e8b 100644 --- a/samples/interoperability/python/environment.yml +++ b/samples/interoperability/python/environment.yml @@ -17,4 +17,4 @@ dependencies: - qutip - matplotlib - notebook -- qsharp==0.28.291394 +- qsharp==0.28.302812 diff --git a/samples/interoperability/python/python.csproj b/samples/interoperability/python/python.csproj index 043904e2ded7..8a68695d2e87 100644 --- a/samples/interoperability/python/python.csproj +++ b/samples/interoperability/python/python.csproj @@ -1,6 +1,6 @@ - + Library @@ -15,7 +15,7 @@ will automatically be downloaded from nuget.org and made available to your Q# workspace. --> - + diff --git a/samples/interoperability/qrng/Qrng.csproj b/samples/interoperability/qrng/Qrng.csproj index 9b1a173b168a..2e05571ae220 100644 --- a/samples/interoperability/qrng/Qrng.csproj +++ b/samples/interoperability/qrng/Qrng.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/machine-learning/half-moons/HalfMoons.csproj b/samples/machine-learning/half-moons/HalfMoons.csproj index 6784494cbfe1..bf7458775161 100644 --- a/samples/machine-learning/half-moons/HalfMoons.csproj +++ b/samples/machine-learning/half-moons/HalfMoons.csproj @@ -1,4 +1,4 @@ - + Exe @@ -8,7 +8,7 @@ - + diff --git a/samples/machine-learning/half-moons/HalfMoons.ipynb b/samples/machine-learning/half-moons/HalfMoons.ipynb index 891de745c5ac..7ca7a75ce504 100644 --- a/samples/machine-learning/half-moons/HalfMoons.ipynb +++ b/samples/machine-learning/half-moons/HalfMoons.ipynb @@ -34,7 +34,7 @@ "plt.style.use('ggplot')\n", "\n", "import qsharp\n", - "qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.28.291394\")\n", + "qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.28.302812\")\n", "qsharp.reload()\n", "\n", "from Microsoft.Quantum.Samples import (\n", diff --git a/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj b/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj index fe6541b49117..58b2719f83a9 100644 --- a/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj +++ b/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/machine-learning/wine/Wine.csproj b/samples/machine-learning/wine/Wine.csproj index ed71d3f43ba3..983c3be13fee 100644 --- a/samples/machine-learning/wine/Wine.csproj +++ b/samples/machine-learning/wine/Wine.csproj @@ -1,4 +1,4 @@ - + Exe @@ -8,7 +8,7 @@ - + diff --git a/samples/numerics/custom-mod-add/CustomModAdd.csproj b/samples/numerics/custom-mod-add/CustomModAdd.csproj index 707bb04102c4..8ec471b3a19f 100644 --- a/samples/numerics/custom-mod-add/CustomModAdd.csproj +++ b/samples/numerics/custom-mod-add/CustomModAdd.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/numerics/evaluating-functions/EvaluatingFunctions.csproj b/samples/numerics/evaluating-functions/EvaluatingFunctions.csproj index 707bb04102c4..8ec471b3a19f 100644 --- a/samples/numerics/evaluating-functions/EvaluatingFunctions.csproj +++ b/samples/numerics/evaluating-functions/EvaluatingFunctions.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/numerics/resource-counting/ResourceCounting.csproj b/samples/numerics/resource-counting/ResourceCounting.csproj index 688812cffbfb..13e41f1c3f61 100644 --- a/samples/numerics/resource-counting/ResourceCounting.csproj +++ b/samples/numerics/resource-counting/ResourceCounting.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/runtime/autosubstitution/AutoSubstitution.csproj b/samples/runtime/autosubstitution/AutoSubstitution.csproj index 0567af8c866b..ee73f6b7608d 100644 --- a/samples/runtime/autosubstitution/AutoSubstitution.csproj +++ b/samples/runtime/autosubstitution/AutoSubstitution.csproj @@ -1,4 +1,4 @@ - + Exe net6.0 diff --git a/samples/runtime/oracle-emulation/OracleEmulation.csproj b/samples/runtime/oracle-emulation/OracleEmulation.csproj index 7f2b90c862cc..009820fcf023 100644 --- a/samples/runtime/oracle-emulation/OracleEmulation.csproj +++ b/samples/runtime/oracle-emulation/OracleEmulation.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/runtime/qpic-simulator/host/host.csproj b/samples/runtime/qpic-simulator/host/host.csproj index 9421de93c2d3..183ed11474a5 100644 --- a/samples/runtime/qpic-simulator/host/host.csproj +++ b/samples/runtime/qpic-simulator/host/host.csproj @@ -1,10 +1,10 @@ - + net6.0 - + diff --git a/samples/runtime/qpic-simulator/simulator/simulator.csproj b/samples/runtime/qpic-simulator/simulator/simulator.csproj index 09b2aae13fce..52c67d560d8c 100644 --- a/samples/runtime/qpic-simulator/simulator/simulator.csproj +++ b/samples/runtime/qpic-simulator/simulator/simulator.csproj @@ -1,4 +1,4 @@ - + net6.0 Library diff --git a/samples/runtime/reversible-simulator-advanced/host/host.csproj b/samples/runtime/reversible-simulator-advanced/host/host.csproj index e4ed5ac4655c..054a0517733d 100644 --- a/samples/runtime/reversible-simulator-advanced/host/host.csproj +++ b/samples/runtime/reversible-simulator-advanced/host/host.csproj @@ -1,4 +1,4 @@ - + net6.0 Exe diff --git a/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj b/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj index ca0bfcf4cd77..905270d8fae6 100644 --- a/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj +++ b/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj @@ -4,7 +4,7 @@ - - + + diff --git a/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj b/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj index a377e45dbef3..aac22417600a 100644 --- a/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj +++ b/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj @@ -1,4 +1,4 @@ - + net6.0 Exe diff --git a/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj b/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj +++ b/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/gaussian-initial-state/gaussian-initial-state.csproj b/samples/simulation/gaussian-initial-state/gaussian-initial-state.csproj index 4c2dc747c3a2..9d155203bf89 100644 --- a/samples/simulation/gaussian-initial-state/gaussian-initial-state.csproj +++ b/samples/simulation/gaussian-initial-state/gaussian-initial-state.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj b/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj +++ b/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/h2/gui/H2SimulationGUI.csproj b/samples/simulation/h2/gui/H2SimulationGUI.csproj index 4c3be5dbd98e..f9c768e66b1f 100644 --- a/samples/simulation/h2/gui/H2SimulationGUI.csproj +++ b/samples/simulation/h2/gui/H2SimulationGUI.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/hubbard/HubbardSimulationSample.csproj b/samples/simulation/hubbard/HubbardSimulationSample.csproj index b455720d4e1c..ef1b05c8c024 100644 --- a/samples/simulation/hubbard/HubbardSimulationSample.csproj +++ b/samples/simulation/hubbard/HubbardSimulationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/ising/IsingSamples.csproj b/samples/simulation/ising/IsingSamples.csproj index 9b1a173b168a..2e05571ae220 100644 --- a/samples/simulation/ising/IsingSamples.csproj +++ b/samples/simulation/ising/IsingSamples.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/qaoa/QAOA.csproj b/samples/simulation/qaoa/QAOA.csproj index cdc41364a882..74ab8a8eb9d2 100644 --- a/samples/simulation/qaoa/QAOA.csproj +++ b/samples/simulation/qaoa/QAOA.csproj @@ -1,4 +1,4 @@ - + Exe net6.0 diff --git a/samples/tests/sample-tests/SampleTests.csproj b/samples/tests/sample-tests/SampleTests.csproj index 386571a5f91d..a828603c76a1 100644 --- a/samples/tests/sample-tests/SampleTests.csproj +++ b/samples/tests/sample-tests/SampleTests.csproj @@ -1,4 +1,4 @@ - + net6.0 x64 @@ -22,7 +22,7 @@ - +