update nuget packages
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user