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 (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
minestarks authored Sep 20, 2023
1 parent d6e8de2 commit 425bab9
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
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 images/iqsharp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \
# Install IQ# and the project templates, using the NuGet packages from the
# build context.
ARG IQSHARP_VERSION
RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.291394" && \
RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.302812" && \
dotnet tool install \
--global \
Microsoft.Quantum.IQSharp \
Expand Down
2 changes: 1 addition & 1 deletion src/AzureClient/AzureClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Azure.Quantum.Jobs" Version="1.0.0-beta.3" />
<PackageReference Include="Microsoft.Azure.Quantum.Client" Version="0.28.291394" />
<PackageReference Include="Microsoft.Azure.Quantum.Client" Version="0.28.302812" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.23" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19" />
<PackageReference Include="System.Reactive" Version="4.3.2" />
Expand Down
10 changes: 5 additions & 5 deletions src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.302812" />
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.28.302812" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.3" />
<PackageReference Include="NuGet.Resolver" Version="5.11.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
Expand Down
2 changes: 1 addition & 1 deletion src/ExecutionPathTracer/ExecutionPathTracer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

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

</Project>
2 changes: 1 addition & 1 deletion src/Kernel/Kernel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.302812" />
</ItemGroup>

<!-- TypeScript compilation -->
Expand Down
4 changes: 2 additions & 2 deletions src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IncludeQsharpCorePackages>false</IncludeQsharpCorePackages> <!-- otherwise the standard library is included by the Sdk -->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.302812" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/MockLibraries/Mock.Standard/Mock.Standard.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
<Project Sdk="Microsoft.Quantum.Sdk/0.28.302812">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IncludeQsharpCorePackages>false</IncludeQsharpCorePackages> <!-- otherwise the standard library is included by the Sdk -->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.302812" />
</ItemGroup>
</Project>
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
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
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 All @@ -7,7 +7,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
38 changes: 19 additions & 19 deletions src/Tool/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
},
"AllowedHosts": "*",
"DefaultPackageVersions": [
"Microsoft.Quantum.Compiler::0.28.291394",
"Microsoft.Quantum.CSharpGeneration::0.28.291394",
"Microsoft.Quantum.QirGeneration::0.28.291394",
"Microsoft.Quantum.Development.Kit::0.28.291394",
"Microsoft.Quantum.Simulators::0.28.291394",
"Microsoft.Quantum.Xunit::0.28.291394",
"Microsoft.Quantum.Standard::0.28.291394",
"Microsoft.Quantum.Standard.Visualization::0.28.291394",
"Microsoft.Quantum.Chemistry::0.28.291394",
"Microsoft.Quantum.Chemistry.Jupyter::0.28.291394",
"Microsoft.Quantum.MachineLearning::0.28.291394",
"Microsoft.Quantum.Numerics::0.28.291394",
"Microsoft.Quantum.Katas::0.28.291394",
"Microsoft.Quantum.Research::0.28.291394",
"Microsoft.Quantum.Providers.Core::0.28.291394",
"Microsoft.Quantum.Providers.IonQ::0.28.291394",
"Microsoft.Quantum.Providers.Honeywell::0.28.291394",
"Microsoft.Quantum.Providers.QCI::0.28.291394",
"Microsoft.Quantum.Providers.Rigetti::0.28.291394"
"Microsoft.Quantum.Compiler::0.28.302812",
"Microsoft.Quantum.CSharpGeneration::0.28.302812",
"Microsoft.Quantum.QirGeneration::0.28.302812",
"Microsoft.Quantum.Development.Kit::0.28.302812",
"Microsoft.Quantum.Simulators::0.28.302812",
"Microsoft.Quantum.Xunit::0.28.302812",
"Microsoft.Quantum.Standard::0.28.302812",
"Microsoft.Quantum.Standard.Visualization::0.28.302812",
"Microsoft.Quantum.Chemistry::0.28.302812",
"Microsoft.Quantum.Chemistry.Jupyter::0.28.302812",
"Microsoft.Quantum.MachineLearning::0.28.302812",
"Microsoft.Quantum.Numerics::0.28.302812",
"Microsoft.Quantum.Katas::0.28.302812",
"Microsoft.Quantum.Research::0.28.302812",
"Microsoft.Quantum.Providers.Core::0.28.302812",
"Microsoft.Quantum.Providers.IonQ::0.28.302812",
"Microsoft.Quantum.Providers.Honeywell::0.28.302812",
"Microsoft.Quantum.Providers.QCI::0.28.302812",
"Microsoft.Quantum.Providers.Rigetti::0.28.302812"
]
}
4 changes: 2 additions & 2 deletions tests.live/Python/qsharp/estimator/Estimator.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 All @@ -7,7 +7,7 @@
</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 tests.live/Python/qsharp/ionq/IonQ.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 tests.live/Python/qsharp/quantinuum/Quantinuum.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

0 comments on commit 425bab9

Please sign in to comment.