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
|
}
|