Skip to content

Commit 86a0571

Browse files
authored
Merge pull request #17 from qsharp-community/LCM
Update to 0.18.2107153439
2 parents 5763c23 + 8e22d9a commit 86a0571

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sample/Sample.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.16.2105140472">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.18.2107153439">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

src/ChpSimulator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.16.2105140472" />
18-
<PackageReference Include="Microsoft.Quantum.IQSharp.Jupyter" Version="0.16.2105140472" />
17+
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.18.2107153439" />
18+
<PackageReference Include="Microsoft.Quantum.IQSharp.Jupyter" Version="0.18.2107153439" />
1919
</ItemGroup>
2020

2121
<!--For more info on the package properties check out https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#nuget-metadata-properties -->

test/ChpSimulator.Test.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.16.2105140472">
1+
<Project Sdk="Microsoft.Quantum.Sdk/0.18.2107153439">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.16.2105140472" />
10+
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.18.2107153439" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
1212
<PackageReference Include="xunit" Version="2.4.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">

0 commit comments

Comments
 (0)