Skip to content

Commit

Permalink
Fix build on QuikGraph.MSAGL deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jun 18, 2020
1 parent 5945d6e commit 7f15a34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/QuikGraph.MSAGL.Tests/QuikGraph.MSAGL.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
<Import Project="..\..\src\QuikGraph.CommonInternals\QuikGraph.CommonInternals.projitems" Label="Shared" />

<!-- Projects -->
<!-- QuikGraph reference -->
<!-- QuikGraph.MSAGL reference -->
<ItemGroup Condition="$(UseQuikGraphMSAGLNuget)">
<PackageReference Include="QuikGraph.MSAGL" Version="2.2.0" />
</ItemGroup>
<ItemGroup Condition="!$(UseQuikGraphMSAGLNuget)">
<PackageReference Condition="$(DeployBuild)" Include="StrongNamer" Version="0.2.5" PrivateAssets="All" />
<ProjectReference Include="..\..\src\QuikGraph.MSAGL\QuikGraph.MSAGL.csproj" />
</ItemGroup>
</Project>

0 comments on commit 7f15a34

Please sign in to comment.