diff --git a/global.json b/global.json index bcd2d6d0f4..7a0933b075 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestMinor" }, "msbuild-sdks": { - "Microsoft.Quantum.Sdk": "0.28.277227" + "Microsoft.Quantum.Sdk": "0.28.291394" } } diff --git a/images/iqsharp-base/Dockerfile b/images/iqsharp-base/Dockerfile index 96b65353b4..8ff0d10305 100644 --- a/images/iqsharp-base/Dockerfile +++ b/images/iqsharp-base/Dockerfile @@ -126,7 +126,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \ # Install IQ# and the project templates, using the NuGet packages from the # build context. ARG IQSHARP_VERSION -RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.277227" && \ +RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.291394" && \ dotnet tool install \ --global \ Microsoft.Quantum.IQSharp \ diff --git a/src/AzureClient/AzureClient.csproj b/src/AzureClient/AzureClient.csproj index 86b35d2d39..97fc62bd58 100644 --- a/src/AzureClient/AzureClient.csproj +++ b/src/AzureClient/AzureClient.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index e452d29289..7ffb60cb6e 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -40,11 +40,11 @@ - - - - - + + + + + diff --git a/src/ExecutionPathTracer/ExecutionPathTracer.csproj b/src/ExecutionPathTracer/ExecutionPathTracer.csproj index a5b2bd82ad..bb66e775aa 100644 --- a/src/ExecutionPathTracer/ExecutionPathTracer.csproj +++ b/src/ExecutionPathTracer/ExecutionPathTracer.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/Kernel/Kernel.csproj b/src/Kernel/Kernel.csproj index adb16a05eb..6bcbb0b2a2 100644 --- a/src/Kernel/Kernel.csproj +++ b/src/Kernel/Kernel.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj index 989ca69847..8e9675c840 100644 --- a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj +++ b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -6,6 +6,6 @@ - + diff --git a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj index 989ca69847..8e9675c840 100644 --- a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj +++ b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -6,6 +6,6 @@ - + diff --git a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj index d1bf6f877e..b525b3bd52 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj @@ -1,4 +1,4 @@ - + net6.0 diff --git a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj index 6f47895ce2..babd265b4a 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj @@ -1,4 +1,4 @@ - + net6.0 diff --git a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj index 9f6b0499ca..216a5725c8 100644 --- a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj +++ b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -7,7 +7,7 @@ - + diff --git a/src/Tool/appsettings.json b/src/Tool/appsettings.json index 3dba7aaf4f..f4fa0a6207 100644 --- a/src/Tool/appsettings.json +++ b/src/Tool/appsettings.json @@ -6,24 +6,24 @@ }, "AllowedHosts": "*", "DefaultPackageVersions": [ - "Microsoft.Quantum.Compiler::0.28.277227", - "Microsoft.Quantum.CSharpGeneration::0.28.277227", - "Microsoft.Quantum.QirGeneration::0.28.277227", - "Microsoft.Quantum.Development.Kit::0.28.277227", - "Microsoft.Quantum.Simulators::0.28.277227", - "Microsoft.Quantum.Xunit::0.28.277227", - "Microsoft.Quantum.Standard::0.28.277227", - "Microsoft.Quantum.Standard.Visualization::0.28.277227", - "Microsoft.Quantum.Chemistry::0.28.277227", - "Microsoft.Quantum.Chemistry.Jupyter::0.28.277227", - "Microsoft.Quantum.MachineLearning::0.28.277227", - "Microsoft.Quantum.Numerics::0.28.277227", - "Microsoft.Quantum.Katas::0.28.277227", - "Microsoft.Quantum.Research::0.28.277227", - "Microsoft.Quantum.Providers.Core::0.28.277227", - "Microsoft.Quantum.Providers.IonQ::0.28.277227", - "Microsoft.Quantum.Providers.Honeywell::0.28.277227", - "Microsoft.Quantum.Providers.QCI::0.28.277227", - "Microsoft.Quantum.Providers.Rigetti::0.28.277227" + "Microsoft.Quantum.Compiler::0.28.291394", + "Microsoft.Quantum.CSharpGeneration::0.28.291394", + "Microsoft.Quantum.QirGeneration::0.28.291394", + "Microsoft.Quantum.Development.Kit::0.28.291394", + "Microsoft.Quantum.Simulators::0.28.291394", + "Microsoft.Quantum.Xunit::0.28.291394", + "Microsoft.Quantum.Standard::0.28.291394", + "Microsoft.Quantum.Standard.Visualization::0.28.291394", + "Microsoft.Quantum.Chemistry::0.28.291394", + "Microsoft.Quantum.Chemistry.Jupyter::0.28.291394", + "Microsoft.Quantum.MachineLearning::0.28.291394", + "Microsoft.Quantum.Numerics::0.28.291394", + "Microsoft.Quantum.Katas::0.28.291394", + "Microsoft.Quantum.Research::0.28.291394", + "Microsoft.Quantum.Providers.Core::0.28.291394", + "Microsoft.Quantum.Providers.IonQ::0.28.291394", + "Microsoft.Quantum.Providers.Honeywell::0.28.291394", + "Microsoft.Quantum.Providers.QCI::0.28.291394", + "Microsoft.Quantum.Providers.Rigetti::0.28.291394" ] } diff --git a/tests.live/Python/qsharp/estimator/Estimator.csproj b/tests.live/Python/qsharp/estimator/Estimator.csproj index b5e485c1e7..f226227c62 100644 --- a/tests.live/Python/qsharp/estimator/Estimator.csproj +++ b/tests.live/Python/qsharp/estimator/Estimator.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -7,7 +7,7 @@ - + diff --git a/tests.live/Python/qsharp/ionq/IonQ.csproj b/tests.live/Python/qsharp/ionq/IonQ.csproj index 76ea658366..6adc48273a 100644 --- a/tests.live/Python/qsharp/ionq/IonQ.csproj +++ b/tests.live/Python/qsharp/ionq/IonQ.csproj @@ -1,4 +1,4 @@ - + net6.0 diff --git a/tests.live/Python/qsharp/quantinuum/Quantinuum.csproj b/tests.live/Python/qsharp/quantinuum/Quantinuum.csproj index f6e71fdac6..7087e02867 100644 --- a/tests.live/Python/qsharp/quantinuum/Quantinuum.csproj +++ b/tests.live/Python/qsharp/quantinuum/Quantinuum.csproj @@ -1,4 +1,4 @@ - + net6.0