From afefdb741cd092796fc2b08cd6a5a874d32e8a65 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 13 Nov 2021 11:20:44 +0100 Subject: [PATCH] Update Api a NetCore6 --- Core/Core.csproj | 2 +- LiMan.DB/LiMan.DB.csproj | 2 +- LiMan.GLS/LiMan.GLS.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/Core.csproj b/Core/Core.csproj index f208d30..dbc1517 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 diff --git a/LiMan.DB/LiMan.DB.csproj b/LiMan.DB/LiMan.DB.csproj index aa4d4ae..fb5bd7e 100644 --- a/LiMan.DB/LiMan.DB.csproj +++ b/LiMan.DB/LiMan.DB.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/LiMan.GLS/LiMan.GLS.csproj b/LiMan.GLS/LiMan.GLS.csproj index f77e57e..78f11cb 100644 --- a/LiMan.GLS/LiMan.GLS.csproj +++ b/LiMan.GLS/LiMan.GLS.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0