From c4f1b22ddff4a35f0565604e2b8220624cfd81c3 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:24:30 -0500 Subject: [PATCH 01/12] demos => .net7 --- .../CrossPlatformClientExe.csproj | 30 ++++++++++--------- .../LinuxConfigApp/LinuxConfigApp.csproj | 2 +- .../WindowsConfigApp/WindowsConfigApp.csproj | 2 +- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj b/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj index abb684bd..d4af5d99 100644 --- a/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj +++ b/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj @@ -2,22 +2,24 @@ Exe - net6.0 - false - false + net7.0 + enable + false + false + + + + ..\bin\Debug + embedded - - ..\bin\Debug - embedded - - - ..\bin\Release - embedded - + + ..\bin\Release + embedded + - - - + + + diff --git a/Source/_Demos/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj b/Source/_Demos/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj index 1c150006..b90c3c04 100644 --- a/Source/_Demos/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj +++ b/Source/_Demos/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable false false diff --git a/Source/_Demos/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj b/Source/_Demos/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj index de6f17b7..96fabc93 100644 --- a/Source/_Demos/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj +++ b/Source/_Demos/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net7.0-windows true enable false From 90cbf3b7a60f821c6904a8d5bceed6cb9ca6ddfa Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:27:51 -0500 Subject: [PATCH 02/12] tests => .net7 --- .../_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj | 2 +- Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj | 2 +- Source/_Tests/FileManager.Tests/FileManager.Tests.csproj | 2 +- .../LibationFileManager.Tests/LibationFileManager.Tests.csproj | 2 +- .../LibationSearchEngine.Tests.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj b/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj index 5d425e06..0766fa4f 100644 --- a/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj +++ b/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0 false diff --git a/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj b/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj index da4a4118..695bd294 100644 --- a/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj +++ b/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0 false diff --git a/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj b/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj index faff9c59..f069132e 100644 --- a/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj +++ b/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 false diff --git a/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj b/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj index bd54c556..993b8b00 100644 --- a/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj +++ b/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0 false diff --git a/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj b/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj index 86ec7676..cbe649f5 100644 --- a/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj +++ b/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0 false From c9217990cdde181f3006cc7192b1c97b0a1cfb98 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:43:35 -0500 Subject: [PATCH 03/12] applications => .net7 --- Source/AppScaffolding/AppScaffolding.csproj | 2 +- Source/HangoverAvalonia/HangoverAvalonia.csproj | 2 +- Source/HangoverBase/HangoverBase.csproj | 2 +- Source/HangoverWinForms/HangoverWinForms.csproj | 2 +- Source/LibationAvalonia/LibationAvalonia.csproj | 2 +- Source/LibationCli/LibationCli.csproj | 4 ++-- Source/LibationWinForms/LibationWinForms.csproj | 2 +- Source/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj | 2 +- Source/LoadByOS/MacOSConfigApp/MacOSConfigApp.csproj | 2 +- Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 61400c70..2c1c3052 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 8.5.1.1 diff --git a/Source/HangoverAvalonia/HangoverAvalonia.csproj b/Source/HangoverAvalonia/HangoverAvalonia.csproj index 9a9a3329..ba59f639 100644 --- a/Source/HangoverAvalonia/HangoverAvalonia.csproj +++ b/Source/HangoverAvalonia/HangoverAvalonia.csproj @@ -1,7 +1,7 @@  WinExe - net6.0 + net7.0 copyused true diff --git a/Source/HangoverBase/HangoverBase.csproj b/Source/HangoverBase/HangoverBase.csproj index 12b4b19e..340e1006 100644 --- a/Source/HangoverBase/HangoverBase.csproj +++ b/Source/HangoverBase/HangoverBase.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 enable diff --git a/Source/HangoverWinForms/HangoverWinForms.csproj b/Source/HangoverWinForms/HangoverWinForms.csproj index da3934ca..c08bed6b 100644 --- a/Source/HangoverWinForms/HangoverWinForms.csproj +++ b/Source/HangoverWinForms/HangoverWinForms.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net7.0-windows true hangover.ico enable diff --git a/Source/LibationAvalonia/LibationAvalonia.csproj b/Source/LibationAvalonia/LibationAvalonia.csproj index dfe2f0cb..c2805d18 100644 --- a/Source/LibationAvalonia/LibationAvalonia.csproj +++ b/Source/LibationAvalonia/LibationAvalonia.csproj @@ -3,7 +3,7 @@ WinExe - net6.0 + net7.0 copyused true diff --git a/Source/LibationCli/LibationCli.csproj b/Source/LibationCli/LibationCli.csproj index ef5b0954..b61341eb 100644 --- a/Source/LibationCli/LibationCli.csproj +++ b/Source/LibationCli/LibationCli.csproj @@ -3,7 +3,7 @@ Exe - net6.0 + net7.0 true false false @@ -44,7 +44,7 @@ - + diff --git a/Source/LibationWinForms/LibationWinForms.csproj b/Source/LibationWinForms/LibationWinForms.csproj index d420ec8a..b97eaa1d 100644 --- a/Source/LibationWinForms/LibationWinForms.csproj +++ b/Source/LibationWinForms/LibationWinForms.csproj @@ -3,7 +3,7 @@ WinExe - net6.0-windows + net7.0-windows true libation.ico Libation diff --git a/Source/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj b/Source/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj index 72fc3206..9a7e5ba2 100644 --- a/Source/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj +++ b/Source/LoadByOS/LinuxConfigApp/LinuxConfigApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable true linux-x64 diff --git a/Source/LoadByOS/MacOSConfigApp/MacOSConfigApp.csproj b/Source/LoadByOS/MacOSConfigApp/MacOSConfigApp.csproj index cf6d1f79..55bb69bf 100644 --- a/Source/LoadByOS/MacOSConfigApp/MacOSConfigApp.csproj +++ b/Source/LoadByOS/MacOSConfigApp/MacOSConfigApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable true osx-x64 diff --git a/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj b/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj index 5a27ff40..85d9220f 100644 --- a/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj +++ b/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net7.0-windows true enable true From ce1ab7c20d2d3651d851846b293d0357c3f2bef3 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:45:04 -0500 Subject: [PATCH 04/12] Domain Utilities => .net7 --- Source/ApplicationServices/ApplicationServices.csproj | 2 +- Source/DtoImporterService/DtoImporterService.csproj | 2 +- Source/FileLiberator/FileLiberator.csproj | 2 +- Source/LibationSearchEngine/LibationSearchEngine.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/ApplicationServices/ApplicationServices.csproj b/Source/ApplicationServices/ApplicationServices.csproj index 9ac7be2f..4d11e164 100644 --- a/Source/ApplicationServices/ApplicationServices.csproj +++ b/Source/ApplicationServices/ApplicationServices.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 diff --git a/Source/DtoImporterService/DtoImporterService.csproj b/Source/DtoImporterService/DtoImporterService.csproj index aba836a6..201f603b 100644 --- a/Source/DtoImporterService/DtoImporterService.csproj +++ b/Source/DtoImporterService/DtoImporterService.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 diff --git a/Source/FileLiberator/FileLiberator.csproj b/Source/FileLiberator/FileLiberator.csproj index 524efe12..859d2ff3 100644 --- a/Source/FileLiberator/FileLiberator.csproj +++ b/Source/FileLiberator/FileLiberator.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 diff --git a/Source/LibationSearchEngine/LibationSearchEngine.csproj b/Source/LibationSearchEngine/LibationSearchEngine.csproj index cf14f994..6e17c84d 100644 --- a/Source/LibationSearchEngine/LibationSearchEngine.csproj +++ b/Source/LibationSearchEngine/LibationSearchEngine.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 From 9aad263996b9154a594a2b5c7a63c5dd5bf4adfc Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:46:26 -0500 Subject: [PATCH 05/12] Domain Internal Utilities => .net7 --- Source/AudibleUtilities/AudibleUtilities.csproj | 2 +- Source/LibationFileManager/LibationFileManager.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AudibleUtilities/AudibleUtilities.csproj b/Source/AudibleUtilities/AudibleUtilities.csproj index d8ff5281..89e1cca9 100644 --- a/Source/AudibleUtilities/AudibleUtilities.csproj +++ b/Source/AudibleUtilities/AudibleUtilities.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 diff --git a/Source/LibationFileManager/LibationFileManager.csproj b/Source/LibationFileManager/LibationFileManager.csproj index 5f1b6be1..a46ef058 100644 --- a/Source/LibationFileManager/LibationFileManager.csproj +++ b/Source/LibationFileManager/LibationFileManager.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 From 4c8a56a5b9f6eb5deb48684c7a8bd8d147900b8c Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:47:34 -0500 Subject: [PATCH 06/12] Core, Utilities => .net7 --- Source/AaxDecrypter/AaxDecrypter.csproj | 2 +- Source/FileManager/FileManager.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AaxDecrypter/AaxDecrypter.csproj b/Source/AaxDecrypter/AaxDecrypter.csproj index 5161a357..7a885fb2 100644 --- a/Source/AaxDecrypter/AaxDecrypter.csproj +++ b/Source/AaxDecrypter/AaxDecrypter.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 diff --git a/Source/FileManager/FileManager.csproj b/Source/FileManager/FileManager.csproj index b179c3d3..1c68b338 100644 --- a/Source/FileManager/FileManager.csproj +++ b/Source/FileManager/FileManager.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 From 9dc2a7424a5491b05cdcf0a58437add5604834f0 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:49:07 -0500 Subject: [PATCH 07/12] DataLayer => .net7 --- Source/DataLayer/DataLayer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DataLayer/DataLayer.csproj b/Source/DataLayer/DataLayer.csproj index 963b1dfe..d8186cd6 100644 --- a/Source/DataLayer/DataLayer.csproj +++ b/Source/DataLayer/DataLayer.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 From cf0548aab9eb691a72a3f0acef0f6d761f016bcf Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 12:46:12 -0500 Subject: [PATCH 08/12] update dependencies --- Source/ApplicationServices/ApplicationServices.csproj | 2 +- Source/HangoverAvalonia/HangoverAvalonia.csproj | 2 +- Source/LibationAvalonia/LibationAvalonia.csproj | 2 +- Source/LibationFileManager/LibationFileManager.csproj | 2 +- .../_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj | 2 +- Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj | 2 +- Source/_Tests/FileManager.Tests/FileManager.Tests.csproj | 2 +- .../LibationFileManager.Tests/LibationFileManager.Tests.csproj | 2 +- .../LibationSearchEngine.Tests.csproj | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Source/ApplicationServices/ApplicationServices.csproj b/Source/ApplicationServices/ApplicationServices.csproj index 4d11e164..6ccd59de 100644 --- a/Source/ApplicationServices/ApplicationServices.csproj +++ b/Source/ApplicationServices/ApplicationServices.csproj @@ -5,7 +5,7 @@ - + diff --git a/Source/HangoverAvalonia/HangoverAvalonia.csproj b/Source/HangoverAvalonia/HangoverAvalonia.csproj index ba59f639..a78f4fe2 100644 --- a/Source/HangoverAvalonia/HangoverAvalonia.csproj +++ b/Source/HangoverAvalonia/HangoverAvalonia.csproj @@ -68,7 +68,7 @@ - + diff --git a/Source/LibationAvalonia/LibationAvalonia.csproj b/Source/LibationAvalonia/LibationAvalonia.csproj index c2805d18..09aa80f2 100644 --- a/Source/LibationAvalonia/LibationAvalonia.csproj +++ b/Source/LibationAvalonia/LibationAvalonia.csproj @@ -129,7 +129,7 @@ - + diff --git a/Source/LibationFileManager/LibationFileManager.csproj b/Source/LibationFileManager/LibationFileManager.csproj index a46ef058..c7cb0609 100644 --- a/Source/LibationFileManager/LibationFileManager.csproj +++ b/Source/LibationFileManager/LibationFileManager.csproj @@ -5,7 +5,7 @@ - + diff --git a/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj b/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj index 0766fa4f..6dee5c6d 100644 --- a/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj +++ b/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj b/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj index 695bd294..d2b567e0 100644 --- a/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj +++ b/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj b/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj index f069132e..bf335980 100644 --- a/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj +++ b/Source/_Tests/FileManager.Tests/FileManager.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj b/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj index 993b8b00..f0ebf32d 100644 --- a/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj +++ b/Source/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj b/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj index cbe649f5..229430fc 100644 --- a/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj +++ b/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj @@ -8,7 +8,7 @@ - + From ec4deb9099fffd32e5b19708eca1a74a7dfb2b57 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 12:48:22 -0500 Subject: [PATCH 09/12] update db dependencies --- Source/DataLayer/DataLayer.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/DataLayer/DataLayer.csproj b/Source/DataLayer/DataLayer.csproj index d8186cd6..022f2a2d 100644 --- a/Source/DataLayer/DataLayer.csproj +++ b/Source/DataLayer/DataLayer.csproj @@ -12,12 +12,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive From 9392cf4bf0dc3214ef17c76e3919c8949e8c3486 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 13:36:23 -0500 Subject: [PATCH 10/12] update dependencies --- Source/AudibleUtilities/AudibleUtilities.csproj | 2 +- Source/DataLayer/DataLayer.csproj | 4 ++-- Source/FileManager/FileManager.csproj | 2 +- Source/LibationWinForms/LibationWinForms.csproj | 2 +- Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj | 2 +- .../CrossPlatformClientExe/CrossPlatformClientExe.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/AudibleUtilities/AudibleUtilities.csproj b/Source/AudibleUtilities/AudibleUtilities.csproj index 89e1cca9..0c0af99e 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 022f2a2d..848a6f35 100644 --- a/Source/DataLayer/DataLayer.csproj +++ b/Source/DataLayer/DataLayer.csproj @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/FileManager/FileManager.csproj b/Source/FileManager/FileManager.csproj index 1c68b338..2827e340 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 b97eaa1d..5f318f12 100644 --- a/Source/LibationWinForms/LibationWinForms.csproj +++ b/Source/LibationWinForms/LibationWinForms.csproj @@ -44,7 +44,7 @@ - + diff --git a/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj b/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj index 85d9220f..a033b1bf 100644 --- a/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj +++ b/Source/LoadByOS/WindowsConfigApp/WindowsConfigApp.csproj @@ -32,7 +32,7 @@ - + diff --git a/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj b/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj index d4af5d99..8ffb5672 100644 --- a/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj +++ b/Source/_Demos/LoadByOS/CrossPlatformClientExe/CrossPlatformClientExe.csproj @@ -19,7 +19,7 @@ - + From f193d6f3767dff01120f706476d6a4230728c662 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Thu, 17 Nov 2022 17:05:58 -0500 Subject: [PATCH 11/12] AudibleApi fixed --- Source/ApplicationServices/ApplicationServices.csproj | 2 +- Source/AudibleUtilities/AudibleUtilities.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/ApplicationServices/ApplicationServices.csproj b/Source/ApplicationServices/ApplicationServices.csproj index 6ccd59de..91084ca4 100644 --- a/Source/ApplicationServices/ApplicationServices.csproj +++ b/Source/ApplicationServices/ApplicationServices.csproj @@ -6,7 +6,7 @@ - + diff --git a/Source/AudibleUtilities/AudibleUtilities.csproj b/Source/AudibleUtilities/AudibleUtilities.csproj index 0c0af99e..bdd7a08f 100644 --- a/Source/AudibleUtilities/AudibleUtilities.csproj +++ b/Source/AudibleUtilities/AudibleUtilities.csproj @@ -5,7 +5,7 @@ - + From a54516b4f538e10d44f4caedee6950c068fc2f5c Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Mon, 21 Nov 2022 13:51:30 -0500 Subject: [PATCH 12/12] Fix pubxml hierarchy --- .../{ => Properties}/PublishProfiles/LinuxProfile.pubxml | 0 .../{ => Properties}/PublishProfiles/MacOSProfile.pubxml | 0 .../{ => Properties}/PublishProfiles/WindowsProfile.pubxml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Source/LoadByOS/LinuxConfigApp/{ => Properties}/PublishProfiles/LinuxProfile.pubxml (100%) rename Source/LoadByOS/MacOSConfigApp/{ => Properties}/PublishProfiles/MacOSProfile.pubxml (100%) rename Source/LoadByOS/WindowsConfigApp/{ => Properties}/PublishProfiles/WindowsProfile.pubxml (100%) diff --git a/Source/LoadByOS/LinuxConfigApp/PublishProfiles/LinuxProfile.pubxml b/Source/LoadByOS/LinuxConfigApp/Properties/PublishProfiles/LinuxProfile.pubxml similarity index 100% rename from Source/LoadByOS/LinuxConfigApp/PublishProfiles/LinuxProfile.pubxml rename to Source/LoadByOS/LinuxConfigApp/Properties/PublishProfiles/LinuxProfile.pubxml diff --git a/Source/LoadByOS/MacOSConfigApp/PublishProfiles/MacOSProfile.pubxml b/Source/LoadByOS/MacOSConfigApp/Properties/PublishProfiles/MacOSProfile.pubxml similarity index 100% rename from Source/LoadByOS/MacOSConfigApp/PublishProfiles/MacOSProfile.pubxml rename to Source/LoadByOS/MacOSConfigApp/Properties/PublishProfiles/MacOSProfile.pubxml diff --git a/Source/LoadByOS/WindowsConfigApp/PublishProfiles/WindowsProfile.pubxml b/Source/LoadByOS/WindowsConfigApp/Properties/PublishProfiles/WindowsProfile.pubxml similarity index 100% rename from Source/LoadByOS/WindowsConfigApp/PublishProfiles/WindowsProfile.pubxml rename to Source/LoadByOS/WindowsConfigApp/Properties/PublishProfiles/WindowsProfile.pubxml