upgrade to .NET 6 and increment version to 3.0.0
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IInstallationManager
|
||||
{
|
||||
void InstallPackages();
|
||||
bool UninstallPackage(string PackageName);
|
||||
void UpgradeFramework();
|
||||
Task UpgradeFramework();
|
||||
void RestartApplication();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user