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

Commit

Permalink
Update versions to 0.28.302812 (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
minestarks committed Sep 19, 2023
1 parent ce9622e commit 96258b0
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 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.28.291394" />
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.302812" />
</ItemGroup>

</Project>
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.28.291394" />
<dependency id="Microsoft.Quantum.Compiler" version="0.28.302812" />
</dependencies>
<summary></summary>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion examples/QIR/Optimization/Hello/Hello.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.302812" GeneratePathProperty="true" />
</ItemGroup>

<Target Name="GetDependencies" AfterTargets="Build">
Expand Down
2 changes: 1 addition & 1 deletion src/QsCompiler/TestProjects/test10/test10.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

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

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

<PropertyGroup>
<OutputType>Exe</OutputType>
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.28.291394" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.28.302812" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.302812" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
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.28.291394" />
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Standard" Version="0.28.291394" />
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.QSharp.Core" Version="0.28.302812" />
<PackageReference Condition="$(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Standard" Version="0.28.302812" />
<!-- Provider packages included for specific execution targets. -->
<PackageReference Condition="$(EnableQirSubmission) And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Core" Version="0.28.291394" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QuantinuumProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Honeywell" Version="0.28.291394" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'IonQProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.IonQ" Version="0.28.291394" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QCIProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.QCI" Version="0.28.291394" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'RigettiProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Rigetti" Version="0.28.291394" />
<PackageReference Condition="$(EnableQirSubmission) And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Core" Version="0.28.302812" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QuantinuumProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Honeywell" Version="0.28.302812" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'IonQProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.IonQ" Version="0.28.302812" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'QCIProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.QCI" Version="0.28.302812" />
<PackageReference Condition="'$(ResolvedProcessorArchitecture)' == 'RigettiProcessor' And $(IncludeProviderPackages)" Include="Microsoft.Quantum.Providers.Rigetti" Version="0.28.302812" />
<!-- Target packages included for specific execution targets. -->
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type1' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type1.Core" Version="0.28.291394" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type2' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type2.Core" Version="0.28.291394" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type3' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type3.Core" Version="0.28.291394" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type4' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type4.Core" Version="0.28.291394" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type1' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type1.Core" Version="0.28.302812" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type2' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type2.Core" Version="0.28.302812" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type3' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type3.Core" Version="0.28.302812" IsTargetPackage='true' />
<PackageReference Condition="'$(ResolvedQuantumInstructionSet)' == 'Type4' And $(EnableQirSubmission) And $(IncludeQSharpCorePackages)" Include="Microsoft.Quantum.Type4.Core" Version="0.28.302812" IsTargetPackage='true' />
</ItemGroup>

<!-- Include the qir generation and docs generation compiler extensions if needed. -->
<ItemGroup>
<PackageReference Condition="$(QSharpDocsGeneration)"
Include="Microsoft.Quantum.DocumentationGenerator" Version="0.28.291394"
Include="Microsoft.Quantum.DocumentationGenerator" Version="0.28.302812"
IsImplicitlyDefined="true"
IsQscReference="true" ExecutionTarget="Any" Priority="-1" PrivateAssets="All" />
<PackageReference Condition="$(QirGeneration) Or $(EnableQirSubmission)"
Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394"
Include="Microsoft.Quantum.QirGeneration" Version="0.28.302812"
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.28.291394" IsImplicitlyDefined="true" />
Include="Microsoft.Quantum.Runtime.Core" Version="0.28.302812" IsImplicitlyDefined="true" />
<PackageReference Condition="$(CSharpGeneration) And $(IncludeCSharpRuntime) And '$(ResolvedQSharpOutputType)' == 'QSharpExe'"
Include="Microsoft.Quantum.EntryPointDriver" Version="0.28.291394" IsImplicitlyDefined="true" />
Include="Microsoft.Quantum.EntryPointDriver" Version="0.28.302812" IsImplicitlyDefined="true" />
<PackageReference Condition="$(CSharpGeneration) And $(IncludeCSharpRuntime)"
Include="Microsoft.Quantum.Targets.Interfaces" Version="0.28.291394" IsImplicitlyDefined="true" />
Include="Microsoft.Quantum.Targets.Interfaces" Version="0.28.302812" IsImplicitlyDefined="true" />
<PackageReference Condition="$(CSharpGeneration)"
Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.291394" IsImplicitlyDefined="true"
Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.302812" IsImplicitlyDefined="true"
IsQscReference="true" ExecutionTarget="Any" Priority="-1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 96258b0

Please sign in to comment.