2022.10 Hotfix: Updated to 0.27.238334 (#1570)

This commit is contained in:
Robin Kuzmin 2022-10-28 18:25:05 -07:00 коммит произвёл GitHub
Родитель 6029ded667
Коммит a743062158
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
21 изменённых файлов: 48 добавлений и 48 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<QscVerbosity>Detailed</QscVerbosity>

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>
@ -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>

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>
@ -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>

Просмотреть файл

@ -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>

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<OutputType>Exe</OutputType>

Просмотреть файл

@ -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>

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<OutputType>Exe</OutputType>

Просмотреть файл

@ -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" />

Просмотреть файл

@ -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" />

Просмотреть файл

@ -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>
@ -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>

Просмотреть файл

@ -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">

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<OutputType>Exe</OutputType>
@ -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>

Просмотреть файл

@ -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>
@ -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>

Просмотреть файл

@ -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>
@ -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" />

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.236950">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.238334">
<PropertyGroup>
<OutputType>Exe</OutputType>

Просмотреть файл

@ -23,29 +23,29 @@
<!-- 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>
@ -53,13 +53,13 @@
<!-- 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>