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 e202eff commit 34ed729Copy full SHA for 34ed729
src/PostSharp.Engineering.BuildTools/Dependencies/Model/DependencyDefinition.cs
@@ -67,7 +67,7 @@ public class DependencyDefinition
67
68
public string[] PackagePatterns
69
{
70
- get => this._packagePatterns ?? [this.Name, this.Name + "*"];
+ get => this._packagePatterns ?? [this.Name, this.Name + ".*"];
71
init => this._packagePatterns = value;
72
}
73
0 commit comments