File tree Expand file tree Collapse file tree
tests/QuikGraph.MSAGL.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments