From 528bc54c2f6b4cc7f4a88822f643e2e5e79b5672 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Sat, 26 Mar 2022 23:46:45 +0000 Subject: [PATCH 1/2] Build 0.24.201332. --- global.json | 2 +- src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj | 2 +- .../AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj | 2 +- .../Tests.Microsoft.Quantum.EntryPointDriver.fsproj | 2 +- src/Xunit/Microsoft.Quantum.Xunit.nuspec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 80aaf11cf69..d8117534bd5 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Microsoft.Quantum.Sdk": "0.23.198514-beta" + "Microsoft.Quantum.Sdk": "0.24.201332" } } diff --git a/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj b/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj index bad81735b38..ee0c7825f33 100644 --- a/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj +++ b/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj @@ -36,7 +36,7 @@ - + diff --git a/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj b/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj index 7a0aba0ae1e..7708efa7180 100644 --- a/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj +++ b/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj b/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj index 7b539cf775a..abbb9599d00 100644 --- a/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj +++ b/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj @@ -23,7 +23,7 @@ - + diff --git a/src/Xunit/Microsoft.Quantum.Xunit.nuspec b/src/Xunit/Microsoft.Quantum.Xunit.nuspec index 746d9757795..128e4757e97 100644 --- a/src/Xunit/Microsoft.Quantum.Xunit.nuspec +++ b/src/Xunit/Microsoft.Quantum.Xunit.nuspec @@ -22,7 +22,7 @@ - + From 67f2e4e17c9b85324de603e5537aca16b7e8f4f7 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Thu, 31 Mar 2022 10:42:55 -0700 Subject: [PATCH 2/2] Restart build