automated framework update enhancement

This commit is contained in:
Shaun Walker
2019-10-30 17:03:09 -04:00
parent af423edb99
commit 0e09cdf20a
8 changed files with 266 additions and 2 deletions

View File

@ -94,8 +94,9 @@ else
}
}
private void Upgrade()
private async Task Upgrade()
{
await InstallationService.Upgrade();
NavigationManager.NavigateTo(NavigateUrl(Reload.Application));
}