Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To build on other platforms:
* Install [CMake](https://cmake.org/install/)
* Install [.NET Core 3 SDK](https://dotnet.microsoft.com/download)
* On [WSL](https://docs.microsoft.com/en-us/windows/wsl/)/Linux:
* Install `g++` (e.g. in Ubuntu 20.04 `sudo apt-get install g++`).
* Install [`libomp`](https://openmp.llvm.org) needed for the native (C++) full-state simulator.
* The build does not accept `dotnet-*-5.0` packages, install `dotnet-*-3.1`
(`sudo apt-get install dotnet-sdk-3.1`). The possible result can be:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.19.0" />
<PackageReference Include="Azure.Identity" Version="1.4.0" />
<PackageReference Include="Azure.Quantum.Jobs" Version="1.0.0-beta.2" />
<PackageReference Include="Azure.Core" Version="1.22.0" />
<PackageReference Include="Azure.Identity" Version="1.5.0" />
<PackageReference Include="Azure.Quantum.Jobs" Version="1.0.0-beta.3" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down