Skip to content

Commit 34ed729

Browse files
committed
Small fix.
1 parent e202eff commit 34ed729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Dependencies/Model/DependencyDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class DependencyDefinition
6767

6868
public string[] PackagePatterns
6969
{
70-
get => this._packagePatterns ?? [this.Name, this.Name + "*"];
70+
get => this._packagePatterns ?? [this.Name, this.Name + ".*"];
7171
init => this._packagePatterns = value;
7272
}
7373

0 commit comments

Comments
 (0)