diff --git a/samples/algorithms/chsh-game/CHSHGame.csproj b/samples/algorithms/chsh-game/CHSHGame.csproj index 10c37e537ae7..745ae23ab5dc 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 836c0fc511bc..5c4b4604d99b 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 7d278a5be9c2..1925dd84a4dc 100644 --- a/samples/algorithms/integer-factorization/IntegerFactorization.csproj +++ b/samples/algorithms/integer-factorization/IntegerFactorization.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj index 836c0fc511bc..5c4b4604d99b 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 0a3f344e1911..68c2b86f0822 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 836c0fc511bc..5c4b4604d99b 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 836c0fc511bc..5c4b4604d99b 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 836c0fc511bc..5c4b4604d99b 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 10c37e537ae7..745ae23ab5dc 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 344f77c3d68e..5166a949ebbb 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 a6317cf46368..7a61c0057a5c 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.24.201332 + - qsharp==0.24.208024 # This sample uses the QuTiP library to decompose Hamiltonian operators in # the Pauli basis. - qutip diff --git a/samples/azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj b/samples/azure-quantum/chemistry/Hamiltonian/Hamiltonian.csproj index 7ffcbace9b83..5069a3a03ed3 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 b0e7bea7f356..b54f6844e64a 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 600c88742794..b5af50b870c9 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 600c88742794..b5af50b870c9 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 a3327cdb97e7..2046e484ba6e 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/parallel-qrng/ParallelQrng.csproj b/samples/azure-quantum/parallel-qrng/ParallelQrng.csproj index a6b7e22e918f..9153624b9380 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/teleport/Teleport.csproj b/samples/azure-quantum/teleport/Teleport.csproj index 9f44491a4d64..329f09bd3428 100644 --- a/samples/azure-quantum/teleport/Teleport.csproj +++ b/samples/azure-quantum/teleport/Teleport.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj index 200502727e34..0df32d6d78eb 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 95e46e5cd721..5c0cfccb3548 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.24.201332 +- qsharp==0.24.208024 - 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 1a39993373d2..454560ec0a5d 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 bf91467fbbf2..aef5f5e97715 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.24.201332 +- qsharp==0.24.208024 - 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 87e864c1517d..d74ebee4458c 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 b0a8ea499299..f5a8f1f5034f 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 b46b39fe7fab..8a150964de06 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 a0f12af1e7df..83598e5834c2 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 cc8d7bd55776..57eb8f986cb4 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 20b299ece4be..470cf0cf5863 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 321de3121fb9..e99bbddfe2ce 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 cc8d7bd55776..57eb8f986cb4 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 bcee4f103644..b7e98bec6964 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 836c0fc511bc..5c4b4604d99b 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 6414def51af0..0cd82722d9a6 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 836c0fc511bc..5c4b4604d99b 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 10c37e537ae7..745ae23ab5dc 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 836c0fc511bc..5c4b4604d99b 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 836c0fc511bc..5c4b4604d99b 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 4052270ce499..e6e6f04d7950 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 4ee6642789bf..ee13e222fc27 100644 --- a/samples/interoperability/python/environment.yml +++ b/samples/interoperability/python/environment.yml @@ -17,4 +17,4 @@ dependencies: - qutip - matplotlib - notebook -- qsharp==0.24.201332 +- qsharp==0.24.208024 diff --git a/samples/interoperability/python/python.csproj b/samples/interoperability/python/python.csproj index 69281b06ac77..e55a8f8f4b8c 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 10c37e537ae7..745ae23ab5dc 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 981d19b5a861..92858f909dd6 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 7af5075affb6..e6dda77e8d82 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.24.201332\")\n", + "qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.24.208024\")\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 6f89a8ee5709..deb5ff066c26 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 845049b01d53..d44f5a4f410b 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 e6a611b50142..46f7033cd91e 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 e6a611b50142..46f7033cd91e 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 a7da46b6ff30..84a6590882e7 100644 --- a/samples/numerics/resource-counting/ResourceCounting.csproj +++ b/samples/numerics/resource-counting/ResourceCounting.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/runtime/autosubstitution/AutoSubstitution.csproj b/samples/runtime/autosubstitution/AutoSubstitution.csproj index e5ae90af9660..df5512199c5a 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 a601470daa9d..1425548decf1 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 a67dafcf653c..91f5358377cd 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 80bb19f9af50..6588f7de2255 100644 --- a/samples/runtime/qpic-simulator/simulator/simulator.csproj +++ b/samples/runtime/qpic-simulator/simulator/simulator.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 Library diff --git a/samples/runtime/reversible-simulator-advanced/host/host.csproj b/samples/runtime/reversible-simulator-advanced/host/host.csproj index a261fb97d915..2d9505387f99 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 c0b11a982a58..7ae5aa5667c7 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 d235a14b9606..87b798831bf7 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 836c0fc511bc..5c4b4604d99b 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 a77baa32a0b4..1ea84bd0625f 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 836c0fc511bc..5c4b4604d99b 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 d21680330404..8e7f66422163 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 836c0fc511bc..5c4b4604d99b 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 10c37e537ae7..745ae23ab5dc 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 0a3f344e1911..68c2b86f0822 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 b79b72af6aea..0eaf08be87d5 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 @@ - +