Skip to content

Commit 7f15a34

Browse files
committed
Fix build on QuikGraph.MSAGL deploy.
1 parent 5945d6e commit 7f15a34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/QuikGraph.MSAGL.Tests/QuikGraph.MSAGL.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
<Import Project="..\..\src\QuikGraph.CommonInternals\QuikGraph.CommonInternals.projitems" Label="Shared" />
3939

4040
<!-- Projects -->
41-
<!-- QuikGraph reference -->
41+
<!-- QuikGraph.MSAGL reference -->
4242
<ItemGroup Condition="$(UseQuikGraphMSAGLNuget)">
4343
<PackageReference Include="QuikGraph.MSAGL" Version="2.2.0" />
4444
</ItemGroup>
4545
<ItemGroup Condition="!$(UseQuikGraphMSAGLNuget)">
46+
<PackageReference Condition="$(DeployBuild)" Include="StrongNamer" Version="0.2.5" PrivateAssets="All" />
4647
<ProjectReference Include="..\..\src\QuikGraph.MSAGL\QuikGraph.MSAGL.csproj" />
4748
</ItemGroup>
4849
</Project>

0 commit comments

Comments
 (0)