From f0b838a5642625f0c80e5730731d6798ebe99a85 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Wed, 3 Nov 2021 18:17:26 -0700 Subject: [PATCH 1/2] Update Quantum Libraries executables to .NET 6 (#492) --- Build/manifest.ps1 | 2 +- Chemistry/src/Tools/Tools.csproj | 2 +- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 2 +- Chemistry/tests/DataModelTests/DataModelTests.csproj | 2 +- Chemistry/tests/JupyterTests/JupyterTests.csproj | 2 +- Chemistry/tests/SamplesTests/SamplesTests.csproj | 2 +- Chemistry/tests/SystemTests/SystemTests.csproj | 2 +- MachineLearning/tests/MachineLearningTests.csproj | 2 +- Numerics/tests/NumericsTests.csproj | 2 +- Standard/tests/Standard.Tests.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Build/manifest.ps1 b/Build/manifest.ps1 index 9765de673a3..f5093f0cff9 100644 --- a/Build/manifest.ps1 +++ b/Build/manifest.ps1 @@ -38,7 +38,7 @@ $artifacts = @{ ".\Chemistry\src\DataModel\bin\$Env:BUILD_CONFIGURATION\netstandard2.1\Microsoft.Quantum.Chemistry.DataModel.dll", ".\Chemistry\src\Jupyter\bin\$Env:BUILD_CONFIGURATION\netstandard2.1\Microsoft.Quantum.Chemistry.Jupyter.dll", ".\Chemistry\src\Runtime\bin\$Env:BUILD_CONFIGURATION\netstandard2.1\Microsoft.Quantum.Chemistry.Runtime.dll", - ".\Chemistry\src\Tools\bin\$Env:BUILD_CONFIGURATION\netcoreapp3.1\qdk-chem.dll" + ".\Chemistry\src\Tools\bin\$Env:BUILD_CONFIGURATION\net6.0\qdk-chem.dll" ) | ForEach-Object { Join-Path $PSScriptRoot (Join-Path ".." $_) }; } diff --git a/Chemistry/src/Tools/Tools.csproj b/Chemistry/src/Tools/Tools.csproj index e65f8d76c4c..d78d510888c 100644 --- a/Chemistry/src/Tools/Tools.csproj +++ b/Chemistry/src/Tools/Tools.csproj @@ -3,7 +3,7 @@ Exe x64 - netcoreapp3.1 + net6.0 Microsoft.Quantum.Chemistry.Tools qdk-chem enable diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index 4aec207845f..f6b34957fcf 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 false diff --git a/Chemistry/tests/DataModelTests/DataModelTests.csproj b/Chemistry/tests/DataModelTests/DataModelTests.csproj index dc2619f9852..8a996d2893d 100644 --- a/Chemistry/tests/DataModelTests/DataModelTests.csproj +++ b/Chemistry/tests/DataModelTests/DataModelTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 x64 false Microsoft.Quantum.Chemistry.Tests.CSharp diff --git a/Chemistry/tests/JupyterTests/JupyterTests.csproj b/Chemistry/tests/JupyterTests/JupyterTests.csproj index 44f4635616e..b738ecce54b 100644 --- a/Chemistry/tests/JupyterTests/JupyterTests.csproj +++ b/Chemistry/tests/JupyterTests/JupyterTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 x64 false diff --git a/Chemistry/tests/SamplesTests/SamplesTests.csproj b/Chemistry/tests/SamplesTests/SamplesTests.csproj index 2e664ada69a..ac91b5651d0 100644 --- a/Chemistry/tests/SamplesTests/SamplesTests.csproj +++ b/Chemistry/tests/SamplesTests/SamplesTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 x64 false diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 59368c11ef5..d4eddf22963 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 false diff --git a/MachineLearning/tests/MachineLearningTests.csproj b/MachineLearning/tests/MachineLearningTests.csproj index d1d690814d3..470407b76d7 100644 --- a/MachineLearning/tests/MachineLearningTests.csproj +++ b/MachineLearning/tests/MachineLearningTests.csproj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 Microsoft.Quantum.Standard.Tests false diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index a2d61cd4723..0c52d12642d 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 false diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 43270079ca6..057a1abc794 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -3,7 +3,7 @@ - netcoreapp3.1 + net6.0 Microsoft.Quantum.Standard.Tests false From 0eb89330607a09f4546932309a264cc7992ca650 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Wed, 15 Dec 2021 23:54:49 +0000 Subject: [PATCH 2/2] Build 0.21.2112.181770. --- Build/props/tests.props | 2 +- Chemistry/src/Runtime/Runtime.csproj | 4 ++-- Chemistry/tests/ChemistryTests/QSharpTests.csproj | 2 +- Chemistry/tests/SystemTests/SystemTests.csproj | 2 +- MachineLearning/src/MachineLearning.csproj | 2 +- MachineLearning/tests/MachineLearningTests.csproj | 2 +- Numerics/src/Numerics.csproj | 4 ++-- Numerics/tests/NumericsTests.csproj | 2 +- Standard/src/Standard.csproj | 6 +++--- Standard/tests/Standard.Tests.csproj | 2 +- Visualization/src/Visualization.csproj | 4 ++-- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Build/props/tests.props b/Build/props/tests.props index 8f87d98579e..65bdf7f6000 100644 --- a/Build/props/tests.props +++ b/Build/props/tests.props @@ -7,7 +7,7 @@ - + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index 251364f82c1..aac9c4343ec 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -40,7 +40,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index f6b34957fcf..8304e157f35 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index d4eddf22963..bb451b5d89f 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/MachineLearning/src/MachineLearning.csproj b/MachineLearning/src/MachineLearning.csproj index fff216d7e62..c9ff7397a9b 100644 --- a/MachineLearning/src/MachineLearning.csproj +++ b/MachineLearning/src/MachineLearning.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 Microsoft.Quantum.MachineLearning diff --git a/MachineLearning/tests/MachineLearningTests.csproj b/MachineLearning/tests/MachineLearningTests.csproj index 470407b76d7..1c395a61fb5 100644 --- a/MachineLearning/tests/MachineLearningTests.csproj +++ b/MachineLearning/tests/MachineLearningTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index 720b0dcf163..eba354bc0f2 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -41,7 +41,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index 0c52d12642d..44271b06537 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index 5e8673a2be9..b622e71e066 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -38,8 +38,8 @@ - - + + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 057a1abc794..8059f836abc 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Visualization/src/Visualization.csproj b/Visualization/src/Visualization.csproj index 55ba3f33dc3..695b636e21e 100644 --- a/Visualization/src/Visualization.csproj +++ b/Visualization/src/Visualization.csproj @@ -32,9 +32,9 @@ - + - +