update nuget packages

This commit is contained in:
Holger Boerchers
2018-12-14 20:41:23 +01:00
parent a5532b6fa1
commit e86cb4fcc2
17 changed files with 62 additions and 72 deletions

View File

@@ -17,7 +17,7 @@ namespace Example
public MainWindowViewModel()
{
_updateManager = UpdateManager.Create();
//_updateManager = UpdateManager.Create();
UpdateCommand = new DelegateCommand<string>(async x => await UpdateAsync(x).ConfigureAwait(false));
RestartAppDialogCommand = new DelegateCommand<object>(RestartApp);
}