Skip to content

Commit b40890c

Browse files
committed
Fix build issue on deploy build.
This would require to really reference a strong named version of MSAGL for proper fix.
1 parent fa7ccd7 commit b40890c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,19 @@
3737
<!-- Shared Projects -->
3838
<Import Project="..\..\src\QuikGraph.CommonInternals\QuikGraph.CommonInternals.projitems" Label="Shared" />
3939

40+
<!-- Externals -->
41+
<ItemGroup>
42+
<PackageReference Condition="$(DeployBuild)" Include="StrongNamer" Version="0.2.5" PrivateAssets="All" />
43+
</ItemGroup>
44+
4045
<!-- Projects -->
4146
<!-- QuikGraph.MSAGL reference -->
4247
<ItemGroup Condition="$(UseQuikGraphMSAGLNuget)">
48+
<PackageReference Include="AutomaticGraphLayout" Version="1.1.7" />
49+
<PackageReference Include="AutomaticGraphLayout.Drawing" Version="1.1.7" />
4350
<PackageReference Include="QuikGraph.MSAGL" Version="2.2.0" />
4451
</ItemGroup>
4552
<ItemGroup Condition="!$(UseQuikGraphMSAGLNuget)">
46-
<PackageReference Condition="$(DeployBuild)" Include="StrongNamer" Version="0.2.5" PrivateAssets="All" />
4753
<ProjectReference Include="..\..\src\QuikGraph.MSAGL\QuikGraph.MSAGL.csproj" />
4854
</ItemGroup>
4955
</Project>

0 commit comments

Comments
 (0)