From ce1ab7c20d2d3651d851846b293d0357c3f2bef3 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 16 Nov 2022 11:45:04 -0500 Subject: [PATCH] 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