From a743062158860ddcc07ca5a472d35599be0d4d42 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com> Date: Fri, 28 Oct 2022 18:25:05 -0700 Subject: [PATCH] 2022.10 Hotfix: Updated to 0.27.238334 (#1570) --- .../CustomExtension/CustomExtension.csproj | 2 +- examples/CompilerExtensions/Demo/Demo.csproj | 2 +- .../CustomExtension.Package.nuspec | 2 +- examples/QIR/Development/Development.csproj | 4 +-- examples/QIR/Emission/Emission.csproj | 2 +- examples/QIR/Optimization/Hello/Hello.csproj | 4 +-- .../TestProjects/test12/test12.csproj | 2 +- .../TestProjects/test14/test14.csproj | 2 +- .../TestProjects/test16/test16.csproj | 2 +- .../TestProjects/test17/test17.csproj | 2 +- .../Libraries/Library1/Library1.csproj | 2 +- .../Libraries/Library2/Library2.csproj | 2 +- .../Simulation/Example/Example.csproj | 6 ++-- .../Tests.Compiler/Tests.Compiler.fsproj | 6 ++-- .../OldApplication/OldApplication.csproj | 4 +-- .../ReferenceLibrary/ReferenceLibrary.csproj | 2 +- .../QSharpApplication1.csproj | 4 +-- .../SimpleLibrary/QSharpLibrary1.csproj | 4 +-- .../QSharpTestProject1.csproj | 6 ++-- .../Examples/TestTarget/TestTarget.csproj | 2 +- src/QuantumSdk/Sdk/Sdk.props | 34 +++++++++---------- 21 files changed, 48 insertions(+), 48 deletions(-) diff --git a/examples/CompilerExtensions/CustomExtension/CustomExtension.csproj b/examples/CompilerExtensions/CustomExtension/CustomExtension.csproj index 639cd54202..748fb0a27e 100644 --- a/examples/CompilerExtensions/CustomExtension/CustomExtension.csproj +++ b/examples/CompilerExtensions/CustomExtension/CustomExtension.csproj @@ -5,7 +5,7 @@ - + diff --git a/examples/CompilerExtensions/Demo/Demo.csproj b/examples/CompilerExtensions/Demo/Demo.csproj index d13fd28697..18b53c9f50 100644 --- a/examples/CompilerExtensions/Demo/Demo.csproj +++ b/examples/CompilerExtensions/Demo/Demo.csproj @@ -1,4 +1,4 @@ - + Detailed diff --git a/examples/CompilerExtensions/ExtensionPackage/CustomExtension.Package.nuspec b/examples/CompilerExtensions/ExtensionPackage/CustomExtension.Package.nuspec index 1669918697..edae179c71 100644 --- a/examples/CompilerExtensions/ExtensionPackage/CustomExtension.Package.nuspec +++ b/examples/CompilerExtensions/ExtensionPackage/CustomExtension.Package.nuspec @@ -12,7 +12,7 @@ - + diff --git a/examples/QIR/Development/Development.csproj b/examples/QIR/Development/Development.csproj index 367c48184d..9d7ffd9207 100644 --- a/examples/QIR/Development/Development.csproj +++ b/examples/QIR/Development/Development.csproj @@ -1,4 +1,4 @@ - + Exe @@ -9,7 +9,7 @@ - + diff --git a/examples/QIR/Emission/Emission.csproj b/examples/QIR/Emission/Emission.csproj index 1f1c5e4345..890dd4471d 100644 --- a/examples/QIR/Emission/Emission.csproj +++ b/examples/QIR/Emission/Emission.csproj @@ -1,4 +1,4 @@ - + Detailed diff --git a/examples/QIR/Optimization/Hello/Hello.csproj b/examples/QIR/Optimization/Hello/Hello.csproj index 99475a624b..20cb127669 100644 --- a/examples/QIR/Optimization/Hello/Hello.csproj +++ b/examples/QIR/Optimization/Hello/Hello.csproj @@ -1,4 +1,4 @@ - + Exe @@ -8,7 +8,7 @@ - + diff --git a/src/QsCompiler/TestProjects/test12/test12.csproj b/src/QsCompiler/TestProjects/test12/test12.csproj index c39df51754..219b87e8b9 100644 --- a/src/QsCompiler/TestProjects/test12/test12.csproj +++ b/src/QsCompiler/TestProjects/test12/test12.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/QsCompiler/TestProjects/test14/test14.csproj b/src/QsCompiler/TestProjects/test14/test14.csproj index d5c8cb6e02..0584501cee 100644 --- a/src/QsCompiler/TestProjects/test14/test14.csproj +++ b/src/QsCompiler/TestProjects/test14/test14.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/src/QsCompiler/TestProjects/test16/test16.csproj b/src/QsCompiler/TestProjects/test16/test16.csproj index 2fead3532c..6e231dd5fa 100644 --- a/src/QsCompiler/TestProjects/test16/test16.csproj +++ b/src/QsCompiler/TestProjects/test16/test16.csproj @@ -1,4 +1,4 @@ - + Exe netcoreapp3.1 diff --git a/src/QsCompiler/TestProjects/test17/test17.csproj b/src/QsCompiler/TestProjects/test17/test17.csproj index e74587f407..9d2d7ceb4c 100644 --- a/src/QsCompiler/TestProjects/test17/test17.csproj +++ b/src/QsCompiler/TestProjects/test17/test17.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/src/QsCompiler/TestTargets/Libraries/Library1/Library1.csproj b/src/QsCompiler/TestTargets/Libraries/Library1/Library1.csproj index 4a83f27a2e..827fb9e5bb 100644 --- a/src/QsCompiler/TestTargets/Libraries/Library1/Library1.csproj +++ b/src/QsCompiler/TestTargets/Libraries/Library1/Library1.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/QsCompiler/TestTargets/Libraries/Library2/Library2.csproj b/src/QsCompiler/TestTargets/Libraries/Library2/Library2.csproj index 1c7875a1e9..6604b70fc9 100644 --- a/src/QsCompiler/TestTargets/Libraries/Library2/Library2.csproj +++ b/src/QsCompiler/TestTargets/Libraries/Library2/Library2.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/QsCompiler/TestTargets/Simulation/Example/Example.csproj b/src/QsCompiler/TestTargets/Simulation/Example/Example.csproj index 8fbabeb2be..04e0e1b344 100644 --- a/src/QsCompiler/TestTargets/Simulation/Example/Example.csproj +++ b/src/QsCompiler/TestTargets/Simulation/Example/Example.csproj @@ -1,4 +1,4 @@ - + Detailed Exe @@ -26,8 +26,8 @@ - - + + diff --git a/src/QsCompiler/Tests.Compiler/Tests.Compiler.fsproj b/src/QsCompiler/Tests.Compiler/Tests.Compiler.fsproj index ac7532fd74..9c54c1077a 100644 --- a/src/QsCompiler/Tests.Compiler/Tests.Compiler.fsproj +++ b/src/QsCompiler/Tests.Compiler/Tests.Compiler.fsproj @@ -609,9 +609,9 @@ - - - + + + diff --git a/src/QsFmt/App.Tests/Examples/TestProjects/OldApplication/OldApplication.csproj b/src/QsFmt/App.Tests/Examples/TestProjects/OldApplication/OldApplication.csproj index 2a10b7413d..66d7f62c04 100644 --- a/src/QsFmt/App.Tests/Examples/TestProjects/OldApplication/OldApplication.csproj +++ b/src/QsFmt/App.Tests/Examples/TestProjects/OldApplication/OldApplication.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/QsFmt/App.Tests/Examples/TestProjects/ReferenceLibrary/ReferenceLibrary.csproj b/src/QsFmt/App.Tests/Examples/TestProjects/ReferenceLibrary/ReferenceLibrary.csproj index 07c3a53a6c..eeb3632f42 100644 --- a/src/QsFmt/App.Tests/Examples/TestProjects/ReferenceLibrary/ReferenceLibrary.csproj +++ b/src/QsFmt/App.Tests/Examples/TestProjects/ReferenceLibrary/ReferenceLibrary.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/QsFmt/App.Tests/Examples/TestProjects/SimpleApplication/QSharpApplication1.csproj b/src/QsFmt/App.Tests/Examples/TestProjects/SimpleApplication/QSharpApplication1.csproj index abd018a07b..4cadc77c94 100644 --- a/src/QsFmt/App.Tests/Examples/TestProjects/SimpleApplication/QSharpApplication1.csproj +++ b/src/QsFmt/App.Tests/Examples/TestProjects/SimpleApplication/QSharpApplication1.csproj @@ -1,4 +1,4 @@ - + Exe @@ -18,7 +18,7 @@ - + diff --git a/src/QsFmt/App.Tests/Examples/TestProjects/SimpleLibrary/QSharpLibrary1.csproj b/src/QsFmt/App.Tests/Examples/TestProjects/SimpleLibrary/QSharpLibrary1.csproj index 4d6aa37f86..236c1e564c 100644 --- a/src/QsFmt/App.Tests/Examples/TestProjects/SimpleLibrary/QSharpLibrary1.csproj +++ b/src/QsFmt/App.Tests/Examples/TestProjects/SimpleLibrary/QSharpLibrary1.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -17,7 +17,7 @@ - + diff --git a/src/QsFmt/App.Tests/Examples/TestProjects/SimpleTestProject/QSharpTestProject1.csproj b/src/QsFmt/App.Tests/Examples/TestProjects/SimpleTestProject/QSharpTestProject1.csproj index 271e5b5011..fe53931050 100644 --- a/src/QsFmt/App.Tests/Examples/TestProjects/SimpleTestProject/QSharpTestProject1.csproj +++ b/src/QsFmt/App.Tests/Examples/TestProjects/SimpleTestProject/QSharpTestProject1.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -18,11 +18,11 @@ - + - + diff --git a/src/QsFmt/App.Tests/Examples/TestTarget/TestTarget.csproj b/src/QsFmt/App.Tests/Examples/TestTarget/TestTarget.csproj index 1ee143545b..f717b113b5 100644 --- a/src/QsFmt/App.Tests/Examples/TestTarget/TestTarget.csproj +++ b/src/QsFmt/App.Tests/Examples/TestTarget/TestTarget.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/src/QuantumSdk/Sdk/Sdk.props b/src/QuantumSdk/Sdk/Sdk.props index 8544b7300c..8cf3aa2fe1 100644 --- a/src/QuantumSdk/Sdk/Sdk.props +++ b/src/QuantumSdk/Sdk/Sdk.props @@ -23,29 +23,29 @@ - - + + - - - - - + + + + + - - - - + + + + @@ -53,13 +53,13 @@ + Include="Microsoft.Quantum.Runtime.Core" Version="0.27.238334" IsImplicitlyDefined="true" /> + Include="Microsoft.Quantum.EntryPointDriver" Version="0.27.238334" IsImplicitlyDefined="true" /> + Include="Microsoft.Quantum.Targets.Interfaces" Version="0.27.238334" IsImplicitlyDefined="true" />