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

Commit da9dbae

Browse files
authored
0.28.277227 (#794)
1 parent 773e4ac commit da9dbae

File tree

15 files changed

+41
-41
lines changed

15 files changed

+41
-41
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"rollForward": "latestMinor"
55
},
66
"msbuild-sdks": {
7-
"Microsoft.Quantum.Sdk": "0.28.263081"
7+
"Microsoft.Quantum.Sdk": "0.28.277227"
88
}
99
}

images/iqsharp-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \
126126
# Install IQ# and the project templates, using the NuGet packages from the
127127
# build context.
128128
ARG IQSHARP_VERSION
129-
RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.263081" && \
129+
RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.277227" && \
130130
dotnet tool install \
131131
--global \
132132
Microsoft.Quantum.IQSharp \

src/AzureClient/AzureClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Azure.Quantum.Jobs" Version="1.0.0-beta.3" />
20-
<PackageReference Include="Microsoft.Azure.Quantum.Client" Version="0.28.263081" />
20+
<PackageReference Include="Microsoft.Azure.Quantum.Client" Version="0.28.277227" />
2121
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.23" />
2222
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19" />
2323
<PackageReference Include="System.Reactive" Version="4.3.2" />

src/Core/Core.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
4141
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
4242
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />
43-
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.263081" />
44-
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.263081" />
45-
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.263081" />
46-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.263081" />
47-
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.28.263081" />
43+
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.277227" />
44+
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.277227" />
45+
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.277227" />
46+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.277227" />
47+
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.28.277227" />
4848
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.0" />
4949
<PackageReference Include="NuGet.Resolver" Version="5.9.3" />
5050
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />

src/ExecutionPathTracer/ExecutionPathTracer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.263081" />
35+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.277227" />
3636
</ItemGroup>
3737

3838
</Project>

src/Kernel/Kernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="System.Reactive" Version="4.3.2" />
29-
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.263081" />
29+
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.277227" />
3030
</ItemGroup>
3131

3232
<!-- TypeScript compilation -->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

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

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.263081" />
9+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.277227" />
1010
</ItemGroup>
1111
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

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

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.263081" />
9+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.277227" />
1010
</ItemGroup>
1111
</Project>

src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.263081" />
10+
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.28.277227" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Tool/appsettings.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
},
77
"AllowedHosts": "*",
88
"DefaultPackageVersions": [
9-
"Microsoft.Quantum.Compiler::0.28.263081",
10-
"Microsoft.Quantum.CSharpGeneration::0.28.263081",
11-
"Microsoft.Quantum.QirGeneration::0.28.263081",
12-
"Microsoft.Quantum.Development.Kit::0.28.263081",
13-
"Microsoft.Quantum.Simulators::0.28.263081",
14-
"Microsoft.Quantum.Xunit::0.28.263081",
15-
"Microsoft.Quantum.Standard::0.28.263081",
16-
"Microsoft.Quantum.Standard.Visualization::0.28.263081",
17-
"Microsoft.Quantum.Chemistry::0.28.263081",
18-
"Microsoft.Quantum.Chemistry.Jupyter::0.28.263081",
19-
"Microsoft.Quantum.MachineLearning::0.28.263081",
20-
"Microsoft.Quantum.Numerics::0.28.263081",
21-
"Microsoft.Quantum.Katas::0.28.263081",
22-
"Microsoft.Quantum.Research::0.28.263081",
23-
"Microsoft.Quantum.Providers.Core::0.28.263081",
24-
"Microsoft.Quantum.Providers.IonQ::0.28.263081",
25-
"Microsoft.Quantum.Providers.Honeywell::0.28.263081",
26-
"Microsoft.Quantum.Providers.QCI::0.28.263081",
27-
"Microsoft.Quantum.Providers.Rigetti::0.28.263081"
9+
"Microsoft.Quantum.Compiler::0.28.277227",
10+
"Microsoft.Quantum.CSharpGeneration::0.28.277227",
11+
"Microsoft.Quantum.QirGeneration::0.28.277227",
12+
"Microsoft.Quantum.Development.Kit::0.28.277227",
13+
"Microsoft.Quantum.Simulators::0.28.277227",
14+
"Microsoft.Quantum.Xunit::0.28.277227",
15+
"Microsoft.Quantum.Standard::0.28.277227",
16+
"Microsoft.Quantum.Standard.Visualization::0.28.277227",
17+
"Microsoft.Quantum.Chemistry::0.28.277227",
18+
"Microsoft.Quantum.Chemistry.Jupyter::0.28.277227",
19+
"Microsoft.Quantum.MachineLearning::0.28.277227",
20+
"Microsoft.Quantum.Numerics::0.28.277227",
21+
"Microsoft.Quantum.Katas::0.28.277227",
22+
"Microsoft.Quantum.Research::0.28.277227",
23+
"Microsoft.Quantum.Providers.Core::0.28.277227",
24+
"Microsoft.Quantum.Providers.IonQ::0.28.277227",
25+
"Microsoft.Quantum.Providers.Honeywell::0.28.277227",
26+
"Microsoft.Quantum.Providers.QCI::0.28.277227",
27+
"Microsoft.Quantum.Providers.Rigetti::0.28.277227"
2828
]
2929
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.263081" />
10+
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.28.277227" />
1111
</ItemGroup>
1212

1313
</Project>

tests.live/Python/qsharp/ionq/IonQ.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

tests.live/Python/qsharp/quantinuum/Quantinuum.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.Quantum.Sdk/0.28.263081">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.277227">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

0 commit comments

Comments
 (0)