We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5945d6e commit 7f15a34Copy full SHA for 7f15a34
1 file changed
tests/QuikGraph.MSAGL.Tests/QuikGraph.MSAGL.Tests.csproj
@@ -38,11 +38,12 @@
38
<Import Project="..\..\src\QuikGraph.CommonInternals\QuikGraph.CommonInternals.projitems" Label="Shared" />
39
40
<!-- Projects -->
41
- <!-- QuikGraph reference -->
+ <!-- QuikGraph.MSAGL reference -->
42
<ItemGroup Condition="$(UseQuikGraphMSAGLNuget)">
43
<PackageReference Include="QuikGraph.MSAGL" Version="2.2.0" />
44
</ItemGroup>
45
<ItemGroup Condition="!$(UseQuikGraphMSAGLNuget)">
46
+ <PackageReference Condition="$(DeployBuild)" Include="StrongNamer" Version="0.2.5" PrivateAssets="All" />
47
<ProjectReference Include="..\..\src\QuikGraph.MSAGL\QuikGraph.MSAGL.csproj" />
48
49
</Project>
0 commit comments