This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +41
-41
lines changed
Workspace.ProjectReferences.ProjectA
Workspace.ProjectReferences.ProjectB
Workspace.ProjectReferences Expand file tree Collapse file tree 15 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 44 "rollForward" : " latestMinor"
55 },
66 "msbuild-sdks" : {
7- "Microsoft.Quantum.Sdk" : " 0.28.277227 "
7+ "Microsoft.Quantum.Sdk" : " 0.28.291394 "
88 }
99}
Original file line number Diff line number Diff 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.
128128ARG 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 \
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments