Skip to content

Commit 5d13213

Browse files
Set requirements.psd1 max dependency entries to 50 (#682)
1 parent 9583edb commit 5d13213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyManagement/DependencyManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal class DependencyManifest
2121

2222
private readonly int _maxDependencyEntries;
2323

24-
public DependencyManifest(string functionAppRootPath, int maxDependencyEntries = 10)
24+
public DependencyManifest(string functionAppRootPath, int maxDependencyEntries = 50)
2525
{
2626
if (string.IsNullOrWhiteSpace(functionAppRootPath))
2727
{

0 commit comments

Comments
 (0)