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/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/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..8304e157f35 100644
--- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj
+++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj
@@ -1,9 +1,9 @@
-
+
- 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..bb451b5d89f 100644
--- a/Chemistry/tests/SystemTests/SystemTests.csproj
+++ b/Chemistry/tests/SystemTests/SystemTests.csproj
@@ -1,9 +1,9 @@
-
+
- netcoreapp3.1
+ net6.0
false
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 d1d690814d3..1c395a61fb5 100644
--- a/MachineLearning/tests/MachineLearningTests.csproj
+++ b/MachineLearning/tests/MachineLearningTests.csproj
@@ -1,9 +1,9 @@
-
+
- netcoreapp3.1
+ net6.0
Microsoft.Quantum.Standard.Tests
false
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 a2d61cd4723..44271b06537 100644
--- a/Numerics/tests/NumericsTests.csproj
+++ b/Numerics/tests/NumericsTests.csproj
@@ -1,9 +1,9 @@
-
+
- netcoreapp3.1
+ net6.0
false
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 43270079ca6..8059f836abc 100644
--- a/Standard/tests/Standard.Tests.csproj
+++ b/Standard/tests/Standard.Tests.csproj
@@ -1,9 +1,9 @@
-
+
- netcoreapp3.1
+ net6.0
Microsoft.Quantum.Standard.Tests
false
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 @@
-
+
-
+