From a3f05672b8545556917b3a92a4263f528ca2900c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 12 Feb 2022 11:43:24 +0100 Subject: [PATCH] Inizio porting net5 --> net6 --- SHERPA.BBM.CORE/SHERPA.BBM.CORE.csproj | 4 ++-- SHERPA.BBM.UI/Properties/PublishProfiles/IISProfile.pubxml | 4 ++-- SHERPA.BBM.UI/SHERPA.BBM.UI.csproj | 4 ++-- VersGen/VersGen.cs | 2 +- VersGen/VersGen.csproj | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SHERPA.BBM.CORE/SHERPA.BBM.CORE.csproj b/SHERPA.BBM.CORE/SHERPA.BBM.CORE.csproj index 9acefd9..c4b1e89 100644 --- a/SHERPA.BBM.CORE/SHERPA.BBM.CORE.csproj +++ b/SHERPA.BBM.CORE/SHERPA.BBM.CORE.csproj @@ -1,7 +1,7 @@ - + - net5.0 + net6.0 diff --git a/SHERPA.BBM.UI/Properties/PublishProfiles/IISProfile.pubxml b/SHERPA.BBM.UI/Properties/PublishProfiles/IISProfile.pubxml index 72ccefa..047dc4a 100644 --- a/SHERPA.BBM.UI/Properties/PublishProfiles/IISProfile.pubxml +++ b/SHERPA.BBM.UI/Properties/PublishProfiles/IISProfile.pubxml @@ -1,11 +1,11 @@ - true + true MSDeploy True Release diff --git a/SHERPA.BBM.UI/SHERPA.BBM.UI.csproj b/SHERPA.BBM.UI/SHERPA.BBM.UI.csproj index 51321aa..b706e8e 100644 --- a/SHERPA.BBM.UI/SHERPA.BBM.UI.csproj +++ b/SHERPA.BBM.UI/SHERPA.BBM.UI.csproj @@ -1,10 +1,10 @@ - net5.0 + net6.0 60fcdaab-6c1e-4bec-9d88-f7727ef1c12c wwwroot\favicon.ico - 1.0.2202.0219 + 1.0.2202.1211 diff --git a/VersGen/VersGen.cs b/VersGen/VersGen.cs index ac5d134..8db95eb 100644 --- a/VersGen/VersGen.cs +++ b/VersGen/VersGen.cs @@ -6,5 +6,5 @@ using System.Reflection; [assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyFileVersion("0.0.0.0")] -[assembly: AssemblyCopyright("Steamware © 2006-2021")] +[assembly: AssemblyCopyright("Steamware © 2006-2022")] [assembly: AssemblyCompany("Steamware")] \ No newline at end of file diff --git a/VersGen/VersGen.csproj b/VersGen/VersGen.csproj index 91507d5..97e0856 100644 --- a/VersGen/VersGen.csproj +++ b/VersGen/VersGen.csproj @@ -9,7 +9,7 @@ Properties VersGen VersGen - v4.6.2 + v4.8 512