Update to .NET 6 except the both *.GUI-Projects
This commit is contained in:
@@ -60,8 +60,7 @@ namespace Pilz.Updating
|
||||
public bool InstallAsAdmin { get; set; } = false;
|
||||
public uint MillisecondsToWaitForHostApplicationToClose { get; set; } = 10000;
|
||||
public bool ForceClosingHostApplication { get; set; } = true;
|
||||
public Color UpdateWindowBaseColor { get; set; } = Color.FromArgb(unchecked((int)0xFFB7472A));
|
||||
public Color UpdateWindowCanvasColor { get; set; } = Color.FromArgb(unchecked((int)0xFFFFFFFF));
|
||||
public bool UIDarkMode { get; set; } = false;
|
||||
|
||||
// C o n s t r u c t o r s
|
||||
|
||||
@@ -248,8 +247,7 @@ namespace Pilz.Updating
|
||||
HostApplicationProcessPath = Assembly.GetEntryAssembly().Location,
|
||||
MillisecondsToWaitForHostApplicationToClose = MillisecondsToWaitForHostApplicationToClose,
|
||||
ForceClosingHostApplication = ForceClosingHostApplication,
|
||||
UpdateWindowBaseColor = UpdateWindowBaseColor,
|
||||
UpdateWindowCanvasColor = UpdateWindowCanvasColor
|
||||
UIDarkMode = UIDarkMode
|
||||
};
|
||||
|
||||
// Start UpdateInstaller
|
||||
|
||||
Reference in New Issue
Block a user