File tree 2 files changed +4
-10
lines changed
tests/QuikGraph.MSAGL.Tests
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 51
51
<!-- Dependencies -->
52
52
<!-- Externals -->
53
53
<ItemGroup >
54
- <PackageReference Condition =" $(DeployBuild)" Include =" StrongNamer" Version =" 0.2.5" PrivateAssets =" All" />
55
- <PackageReference Include =" AutomaticGraphLayout" Version =" 1.1.7" />
56
- <PackageReference Include =" AutomaticGraphLayout.Drawing" Version =" 1.1.7" />
54
+ <PackageReference Include =" AutomaticGraphLayout" Version =" 1.1.11" />
55
+ <PackageReference Include =" AutomaticGraphLayout.Drawing" Version =" 1.1.11" />
57
56
</ItemGroup >
58
57
59
58
<!-- QuikGraph reference -->
Original file line number Diff line number Diff line change 37
37
<!-- Shared Projects -->
38
38
<Import Project =" ..\..\src\QuikGraph.CommonInternals\QuikGraph.CommonInternals.projitems" Label =" Shared" />
39
39
40
- <!-- Externals -->
41
- <ItemGroup >
42
- <PackageReference Condition =" $(DeployBuild)" Include =" StrongNamer" Version =" 0.2.5" PrivateAssets =" All" />
43
- </ItemGroup >
44
-
45
40
<!-- Projects -->
46
41
<!-- QuikGraph.MSAGL reference -->
47
42
<ItemGroup Condition =" $(UseQuikGraphMSAGLNuget)" >
48
- <PackageReference Include =" AutomaticGraphLayout" Version =" 1.1.7 " />
49
- <PackageReference Include =" AutomaticGraphLayout.Drawing" Version =" 1.1.7 " />
43
+ <PackageReference Include =" AutomaticGraphLayout" Version =" 1.1.11 " />
44
+ <PackageReference Include =" AutomaticGraphLayout.Drawing" Version =" 1.1.11 " />
50
45
<PackageReference Include =" QuikGraph.MSAGL" Version =" 2.2.0" />
51
46
</ItemGroup >
52
47
<ItemGroup Condition =" !$(UseQuikGraphMSAGLNuget)" >
You can’t perform that action at this time.
0 commit comments