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

Commit 922da16

Browse files
authored
->0.28.291394 (#804)
1 parent 56b3375 commit 922da16

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.277227"
7+
"Microsoft.Quantum.Sdk": "0.28.291394"
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.277227" && \
129+
RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.28.291394" && \
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.277227" />
20+
<PackageReference Include="Microsoft.Azure.Quantum.Client" Version="0.28.291394" />
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.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" />
43+
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.291394" />
44+
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394" />
45+
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.291394" />
46+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
47+
<PackageReference Include="Microsoft.Quantum.QSharp.Core" Version="0.28.291394" />
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.277227" />
35+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
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.277227" />
29+
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394" />
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.277227">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
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.277227" />
9+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
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.277227">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
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.277227" />
9+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.28.291394" />
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.277227">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
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.277227">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.28.291394">
22

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

0 commit comments

Comments
 (0)