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

Commit ac1be07

Browse files
author
Dmitry Vasilevsky
committed
Changed dependencies
1 parent 4aff69f commit ac1be07

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Simulation/Simulators/SparseSimulator/SparseSimQSharpTests/SparseSimQSharpTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<Project Sdk="Microsoft.Quantum.Sdk/0.15.2101126940">
2+
3+
<Import Project="..\..\..\Common\Simulators.Test.props" />
24

35
<PropertyGroup>
46
<OutputType>Exe</OutputType>
@@ -7,8 +9,6 @@
79
</PropertyGroup>
810

911
<ItemGroup>
10-
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.15.2101126940" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
1212
<ProjectReference Include="../SparseSimulatorCS/SparseSimulator.csproj" />
1313
</ItemGroup>
1414

src/Simulation/Simulators/SparseSimulator/SparseSimulatorCS/SparseSimulator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6-
<IsPackable>true</IsPackable>
6+
<PlatformTarget>x64</PlatformTarget>
7+
<IsPackable>true</IsPackable>
78
</PropertyGroup>
89

910
<!--From qsharp-runtime /src/Simulation/common/Simulators.Dev.props-->

0 commit comments

Comments
 (0)