Skip to content

Commit 1424cf8

Browse files
authored
remove last warning that happens during pack command for master branch build on AppVeyor (#2082)
1 parent a11b49a commit 1424cf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/BenchmarkDotNet.Templates.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
<SignAssembly>false</SignAssembly>
1616
<PublicSign>false</PublicSign>
17+
18+
<!-- this package does not have any dependencies, avoid getting a NU5128 warning -->
19+
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1720
</PropertyGroup>
1821

1922
<ItemGroup>

0 commit comments

Comments
 (0)