From ff81ff5a66e5c8173f4857032af3dbf50870c626 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Wed, 3 Nov 2021 17:53:11 -0700 Subject: [PATCH] Update Quantum Libraries executables to .NET 6 --- 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