Skip to content

Commit

Permalink
Merge pull request #17 from qsharp-community/LCM
Browse files Browse the repository at this point in the history
Update to 0.18.2107153439
  • Loading branch information
crazy4pi314 authored Aug 25, 2021
2 parents 5763c23 + 8e22d9a commit 86a0571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample/Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.16.2105140472">
<Project Sdk="Microsoft.Quantum.Sdk/0.18.2107153439">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
4 changes: 2 additions & 2 deletions src/ChpSimulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.16.2105140472" />
<PackageReference Include="Microsoft.Quantum.IQSharp.Jupyter" Version="0.16.2105140472" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.18.2107153439" />
<PackageReference Include="Microsoft.Quantum.IQSharp.Jupyter" Version="0.18.2107153439" />
</ItemGroup>

<!--For more info on the package properties check out https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#nuget-metadata-properties -->
Expand Down
4 changes: 2 additions & 2 deletions test/ChpSimulator.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.16.2105140472">
<Project Sdk="Microsoft.Quantum.Sdk/0.18.2107153439">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.16.2105140472" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.18.2107153439" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
Expand Down

0 comments on commit 86a0571

Please sign in to comment.