diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj
index eeac8737..30beb2ce 100644
--- a/Source/AppScaffolding/AppScaffolding.csproj
+++ b/Source/AppScaffolding/AppScaffolding.csproj
@@ -5,7 +5,7 @@
8.3.4.1
-
+
diff --git a/Source/AppScaffolding/LibationScaffolding.cs b/Source/AppScaffolding/LibationScaffolding.cs
index 3d6d0643..50d59ffd 100644
--- a/Source/AppScaffolding/LibationScaffolding.cs
+++ b/Source/AppScaffolding/LibationScaffolding.cs
@@ -25,15 +25,9 @@ public enum ReleaseIdentifier
public static class LibationScaffolding
{
- public static readonly bool IsWindows;
- public static readonly bool IsLinux;
- public static readonly bool IsMacOs;
- static LibationScaffolding()
- {
- IsWindows = OperatingSystem.IsWindows();
- IsLinux = OperatingSystem.IsLinux();
- IsMacOs = OperatingSystem.IsMacOS();
- }
+ public static bool IsWindows { get; } = OperatingSystem.IsWindows();
+ public static bool IsLinux { get; } = OperatingSystem.IsLinux();
+ public static bool IsMacOs { get; } = OperatingSystem.IsMacOS();
public static ReleaseIdentifier ReleaseIdentifier { get; private set; }
@@ -311,8 +305,8 @@ string OS
{
AppName = EntryAssembly.GetName().Name,
Version = BuildVersion.ToString(),
- ReleaseIdentifier = ReleaseIdentifier,
- OS = OS,
+ ReleaseIdentifier,
+ OS,
Mode = mode,
LogLevel_Verbose_Enabled = Log.Logger.IsVerboseEnabled(),
LogLevel_Debug_Enabled = Log.Logger.IsDebugEnabled(),
diff --git a/Source/AudibleUtilities/AudibleUtilities.csproj b/Source/AudibleUtilities/AudibleUtilities.csproj
index c89f5a08..71bff3f4 100644
--- a/Source/AudibleUtilities/AudibleUtilities.csproj
+++ b/Source/AudibleUtilities/AudibleUtilities.csproj
@@ -5,7 +5,7 @@
-
+
diff --git a/Source/DataLayer/DataLayer.csproj b/Source/DataLayer/DataLayer.csproj
index 3f66307a..63ae3f0b 100644
--- a/Source/DataLayer/DataLayer.csproj
+++ b/Source/DataLayer/DataLayer.csproj
@@ -10,7 +10,7 @@
-
+
all
diff --git a/Source/FileManager/FileManager.csproj b/Source/FileManager/FileManager.csproj
index 28f22c83..be54abea 100644
--- a/Source/FileManager/FileManager.csproj
+++ b/Source/FileManager/FileManager.csproj
@@ -5,7 +5,7 @@
-
+
diff --git a/Source/LibationWinForms/LibationWinForms.csproj b/Source/LibationWinForms/LibationWinForms.csproj
index bfbcf0da..1358dbb4 100644
--- a/Source/LibationWinForms/LibationWinForms.csproj
+++ b/Source/LibationWinForms/LibationWinForms.csproj
@@ -44,7 +44,7 @@
-
+
@@ -89,7 +89,7 @@
-
+