zarro 1.106.21 → 1.106.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -389,6 +389,9 @@ async function projectReferencesQuackers(csproj) {
389
389
  if (line.match(/<PackageReference Include="Quackers.TestLogger"/)) {
390
390
  return quackersRefCache[csproj] = true;
391
391
  }
392
+ if (line.match(/<ProjectReference Include=.*Quackers.TestLogger.csproj"/)) {
393
+ return quackersRefCache[csproj] = true;
394
+ }
392
395
  }
393
396
  return quackersRefCache[csproj] = false;
394
397
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.106.21",
3
+ "version": "1.106.22",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "./index.js"