Fix conflict

This commit is contained in:
Charles Nurse 2021-05-24 15:08:44 -07:00
parent 69376c5baf
commit 4853a64cf9

View File

@ -221,7 +221,7 @@ namespace Oqtane.Infrastructure
using (var scope = _serviceScopeFactory.CreateScope())
{
var installationManager = scope.ServiceProvider.GetRequiredService<IInstallationManager>();
installationManager.InstallPackages(packageFolderName);
installationManager.InstallPackages();
result.Success = true;
}
@ -231,7 +231,6 @@ namespace Oqtane.Infrastructure
AssemblyLoadContext.Default.LoadOqtaneAssembly(assemblyFile);
}
}
catch (Exception ex)
{