Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
2022.10 Hotfix: Updated to 0.27.238334 (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzminrobin authored Oct 29, 2022
1 parent 6029ded commit a743062
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.27.238334" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/CompilerExtensions/Demo/Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<QscVerbosity>Detailed</QscVerbosity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<copyright></copyright>
<tags></tags>
<dependencies>
<dependency id="Microsoft.Quantum.Compiler" version="0.27.236950" />
<dependency id="Microsoft.Quantum.Compiler" version="0.27.238334" />
</dependencies>
<summary></summary>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions examples/QIR/Development/Development.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311"> <!-- TODO(#1569): Requires refactoring for Rust QIR RT. -->

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.LlvmBindings.Native" Version="13.0.0-CI-20220129-005156" PrivateAssets="All" GeneratePathProperty="true"/>
<PackageReference Include="Microsoft.Quantum.Qir.Runtime" Version="0.25.228311-alpha" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Quantum.Qir.Runtime" Version="0.25.228311-alpha" GeneratePathProperty="true" /> <!-- TODO(#1569): Requires refactoring for Rust QIR RT. -->
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.25.228311" GeneratePathProperty="true" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/QIR/Emission/Emission.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311"> <!-- TODO(#1569): Requires refactoring for Rust QIR RT. -->

<PropertyGroup>
<QscVerbosity>Detailed</QscVerbosity>
Expand Down
4 changes: 2 additions & 2 deletions examples/QIR/Optimization/Hello/Hello.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311">
<Project Sdk="Microsoft.Quantum.Sdk/0.25.228311"> <!-- TODO(#1569): Requires refactoring for Rust QIR RT. -->

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Qir.Runtime" Version="0.25.228311-alpha" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Quantum.Qir.Runtime" Version="0.25.228311-alpha" GeneratePathProperty="true" /> <!-- TODO(#1569): Requires refactoring for Rust QIR RT. -->
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.25.228311" GeneratePathProperty="true" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/QsCompiler/TestProjects/test12/test12.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/QsCompiler/TestProjects/test14/test14.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/QsCompiler/TestProjects/test16/test16.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/QsCompiler/TestProjects/test17/test17.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.238334" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)../build/Library.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.238334" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)../build/Library.props" />
Expand Down
6 changes: 3 additions & 3 deletions src/QsCompiler/TestTargets/Simulation/Example/Example.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<QscVerbosity>Detailed</QscVerbosity>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -26,8 +26,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.EntryPointDriver" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.238334" />
<PackageReference Include="Microsoft.Quantum.EntryPointDriver" Version="0.27.238334" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/QsCompiler/Tests.Compiler/Tests.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.236950" ExcludeAssets="compile" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.27.236950" ExcludeAssets="compile" />
<PackageReference Include="Microsoft.Quantum.Type3.Core" Version="0.27.236950" ExcludeAssets="compile" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.238334" ExcludeAssets="compile" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.27.238334" ExcludeAssets="compile" />
<PackageReference Include="Microsoft.Quantum.Type3.Core" Version="0.27.238334" ExcludeAssets="compile" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.27.238334" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.27.238334" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -18,7 +18,7 @@

<ItemGroup>
<ProjectReference Include="..\ReferenceLibrary\ReferenceLibrary.csproj" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version ="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version ="0.27.238334" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<ProjectReference Include="..\ReferenceLibrary\ReferenceLibrary.csproj" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version ="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version ="0.27.238334" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -18,11 +18,11 @@

<ItemGroup>
<ProjectReference Include="..\ReferenceLibrary\ReferenceLibrary.csproj" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version ="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version ="0.27.238334" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.27.236950" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.27.238334" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/QsFmt/App.Tests/Examples/TestTarget/TestTarget.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
34 changes: 17 additions & 17 deletions src/QuantumSdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@
<!-- Q# package references included by default. -->
<ItemGroup>
<!-- Packages and libraries included for all execution targets. -->
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.QSharp.Core" Version="0.27.236950" />
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Standard" Version="0.27.236950" />
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.QSharp.Core" Version="0.27.238334" />
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Standard" Version="0.27.238334" />
<!-- Provider packages included for specific execution targets. -->
<PackageReference Condition="$(EnableQirSubmission) And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Core" Version="0.27.236950" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QuantinuumProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Honeywell" Version="0.27.236950" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'IonQProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.IonQ" Version="0.27.236950" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QCIProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.QCI" Version="0.27.236950" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'RigettiProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Rigetti" Version="0.27.236950" />
<PackageReference Condition="$(EnableQirSubmission) And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Core" Version="0.27.238334" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QuantinuumProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Honeywell" Version="0.27.238334" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'IonQProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.IonQ" Version="0.27.238334" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QCIProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.QCI" Version="0.27.238334" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'RigettiProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Rigetti" Version="0.27.238334" />
<!-- Target packages included for specific execution targets. -->
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type1' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type1.Core" Version="0.27.236950" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type2' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type2.Core" Version="0.27.236950" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type3' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type3.Core" Version="0.27.236950" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type4' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type4.Core" Version="0.27.236950" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type1' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type1.Core" Version="0.27.238334" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type2' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type2.Core" Version="0.27.238334" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type3' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type3.Core" Version="0.27.238334" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type4' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type4.Core" Version="0.27.238334" IsTargetPackage='true' />
</ItemGroup>

<!-- Include the qir generation and docs generation compiler extensions if needed. -->
<ItemGroup>
<PackageReference Condition="$(QSharpDocsGeneration)"
Include="Microsoft.Quantum.DocumentationGenerator" Version="0.27.236950"
Include="Microsoft.Quantum.DocumentationGenerator" Version="0.27.238334"
IsImplicitlyDefined="true"
IsQscReference="true" ExecutionTarget="Any" Priority="-1" PrivateAssets="All" />
<PackageReference Condition="$(QirGeneration) Or $(EnableQirSubmission)"
Include="Microsoft.Quantum.QirGeneration" Version="0.27.236950"
Include="Microsoft.Quantum.QirGeneration" Version="0.27.238334"
IsImplicitlyDefined="true"
IsQscReference="true" ExecutionTarget="Any" Priority="-2" PrivateAssets="All" />
</ItemGroup>

<!-- Packages for execution on the simulation framework. -->
<ItemGroup>
<PackageReference Condition="$(CSharpGeneration) And $(IncludeCSharpRuntime)"
Include="Microsoft.Quantum.Runtime.Core" Version="0.27.236950" IsImplicitlyDefined="true" />
Include="Microsoft.Quantum.Runtime.Core" Version="0.27.238334" IsImplicitlyDefined="true" />
<PackageReference Condition="$(CSharpGeneration) And $(IncludeCSharpRuntime) And '$(ResolvedQSharpOutputType)' == 'QSharpExe'"
Include="Microsoft.Quantum.EntryPointDriver" Version="0.27.236950" IsImplicitlyDefined="true" />
Include="Microsoft.Quantum.EntryPointDriver" Version="0.27.238334" IsImplicitlyDefined="true" />
<PackageReference Condition="$(CSharpGeneration) And $(IncludeCSharpRuntime)"
Include="Microsoft.Quantum.Targets.Interfaces" Version="0.27.236950" IsImplicitlyDefined="true" />
Include="Microsoft.Quantum.Targets.Interfaces" Version="0.27.238334" IsImplicitlyDefined="true" />
<PackageReference Condition="$(CSharpGeneration)"
Include="Microsoft.Quantum.CSharpGeneration" Version="0.27.236950" IsImplicitlyDefined="true"
Include="Microsoft.Quantum.CSharpGeneration" Version="0.27.238334" IsImplicitlyDefined="true"
IsQscReference="true" ExecutionTarget="Any" Priority="-1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit a743062

Please sign in to comment.