Skip to content

Commit 3bf09c5

Browse files
committed
Update MSAGL package dependency to a strong named version.
1 parent 31c96a5 commit 3bf09c5

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/QuikGraph.MSAGL/QuikGraph.MSAGL.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ Misc:
5151
<!-- Dependencies -->
5252
<!-- Externals -->
5353
<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" />
5756
</ItemGroup>
5857

5958
<!-- QuikGraph reference -->

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

+2-7
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,11 @@
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-
4540
<!-- Projects -->
4641
<!-- QuikGraph.MSAGL reference -->
4742
<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" />
5045
<PackageReference Include="QuikGraph.MSAGL" Version="2.2.0" />
5146
</ItemGroup>
5247
<ItemGroup Condition="!$(UseQuikGraphMSAGLNuget)">

0 commit comments

Comments
 (0)