You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"Found package {nativePackage.Name}{nativePackage.Id} on source {source.Name}, from version {nativePackage.InstalledVersion.Version} to version {nativePackage.DefaultInstallVersion.Version}");
179
+
logger.Log($"Found package {nativePackage.Name}{nativePackage.Id} on source {source.Name}, from version {nativePackage.InstalledVersion.Version} to version {nativePackage.DefaultInstallVersion.Version}");
177
180
}
178
181
else
179
182
{
@@ -204,11 +207,15 @@ public IReadOnlyList<Package> GetInstalledPackages_UnSafe()
0 commit comments