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 (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
minestarks authored Sep 18, 2023
1 parent f92f207 commit c20118f
Show file tree
Hide file tree
Showing 69 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion Build/images/samples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/microsoft/iqsharp/blob/main/images/iqsharp-base/Dockerfile.
# As per Binder documentation, we choose to use an SHA sum here instead of a
# tag.
FROM mcr.microsoft.com/quantum/iqsharp-base:0.28.291394
FROM mcr.microsoft.com/quantum/iqsharp-base:0.28.302812

# Mark that this Dockerfile is used with the samples repository.
ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Microsoft.Quantum.Sdk": "0.28.291394"
"Microsoft.Quantum.Sdk": "0.28.302812"
}
}
2 changes: 1 addition & 1 deletion samples/algorithms/chsh-game/CHSHGame.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
@@ -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
@@ -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 All @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.302812" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/algorithms/oracle-synthesis/OracleSynthesis.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 samples/algorithms/order-finding/OrderFinding.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>
<TargetFramework>net6.0</TargetFramework>
Expand Down
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
@@ -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 samples/algorithms/simple-grover/SimpleGroverSample.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 samples/algorithms/sudoku-grover/SudokuGroverSample.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
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/algorithms/variational-algorithms/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
dependencies:
- notebook
- matplotlib
- qsharp==0.28.291394
- qsharp==0.28.302812
# This sample uses the QuTiP library to decompose Hamiltonian operators in
# the Pauli basis.
- qutip
2 changes: 1 addition & 1 deletion samples/azure-quantum/check-ghz/CheckGHZ.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
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion samples/azure-quantum/grover/Grover.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 samples/azure-quantum/hidden-shift/HiddenShift.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 samples/azure-quantum/ising-model/IsingModel.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
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/parallel-qrng/ParallelQrng.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
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.302812" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/azure-quantum/teleport/Teleport.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
@@ -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
@@ -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 @@ -20,7 +20,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.28.291394
- qsharp==0.28.302812
- jupyter_client==6.1.7
- pyzmq==19.0.2=py37h453f00a_2
- pip
Expand Down
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>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.28.291394
- qsharp==0.28.302812
- jupyter_client==6.1.7
- pyzmq==19.0.2=py37h453f00a_2
- pip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/chemistry/GetGateCount/3-GetGateCount.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.302812" />
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.302812" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions samples/chemistry/RunSimulation/2-RunSimulation.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -11,8 +11,8 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.28.302812" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.28.302812" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/diagnostics/unit-testing/UnitTesting.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<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
2 changes: 1 addition & 1 deletion samples/error-correction/bit-flip-code/BitFlipCode.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 samples/error-correction/syndrome/Syndrome.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>
<TargetFramework>net6.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion samples/getting-started/measurement/Measurement.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 samples/getting-started/qrng/Qrng.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
@@ -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
@@ -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 samples/interoperability/dotnet/qsharp/qsharp.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>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/interoperability/python/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
- qutip
- matplotlib
- notebook
- qsharp==0.28.291394
- qsharp==0.28.302812
4 changes: 2 additions & 2 deletions samples/interoperability/python/python.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This line declares that the project is a Q# project, built using the
Microsoft.Quantum.Sdk package. -->
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<OutputType>Library</OutputType>
Expand All @@ -15,7 +15,7 @@
will automatically be downloaded from nuget.org and made available to your
Q# workspace. -->
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.302812" />
</ItemGroup>

</Project>
Loading

0 comments on commit c20118f

Please sign in to comment.