From 45819aae07e20e30bb1130ffb407e47234377649 Mon Sep 17 00:00:00 2001 From: hishamco Date: Tue, 10 Nov 2020 23:47:43 +0300 Subject: [PATCH 1/3] Upgrade packages to .NET 5 RTM --- Oqtane.Client/Oqtane.Client.csproj | 10 +++++----- Oqtane.Server/Oqtane.Server.csproj | 14 +++++++------- Oqtane.Shared/Oqtane.Shared.csproj | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 09679681..3ce83439 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -27,11 +27,11 @@ - - - - - + + + + + diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index f27a0459..9053bea7 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -39,14 +39,14 @@ - - - - - - + + + + + + - + diff --git a/Oqtane.Shared/Oqtane.Shared.csproj b/Oqtane.Shared/Oqtane.Shared.csproj index 35db69ff..976f255b 100644 --- a/Oqtane.Shared/Oqtane.Shared.csproj +++ b/Oqtane.Shared/Oqtane.Shared.csproj @@ -18,9 +18,9 @@ - - - + + + From a02786b8b0bab79fdad1fbb85427dc536b88f17a Mon Sep 17 00:00:00 2001 From: hishamco Date: Wed, 11 Nov 2020 00:22:07 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162ee994..ee2caa2d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please note that this project is owned by the .NET Foundation and is governed by **Using the latest repository source code ( ie. version 2.0.0 ):** -- Install **[.NET 5 RC2 SDK (v5.0.100-rc.2.20479.15)](https://dotnet.microsoft.com/download/dotnet/5.0)**. +- Install **[.NET 5 SDK (v5.0.100)](https://dotnet.microsoft.com/download/dotnet/5.0)**. - Install the latest Preview edition (v16.8, Preview 4 or higher) of [Visual Studio 2019](https://visualstudio.microsoft.com/vs/preview/) (Community, Professional, and Enterprise Editions are all supported) with the **ASP.NET and web development** workload enabled. Oqtane works with all editions of Visual Studio from Community to Enterprise. If you do not have a SQL Server installation available already and you wish to use LocalDB for development, you must also install the **.NET desktop development workload**. From 82b16d28ffe052068da5aed0735f29ab1487d6ab Mon Sep 17 00:00:00 2001 From: Jim Spillane Date: Tue, 10 Nov 2020 21:02:51 -0500 Subject: [PATCH 3/3] Upgrade External Module Template to NET5.0 --- .../External/Client/[Owner].[Module].Client.csproj | 12 ++++++------ .../External/Server/[Owner].[Module].Server.csproj | 14 +++++++------- .../External/Shared/[Owner].[Module].Shared.csproj | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Oqtane.Server/wwwroot/Modules/Templates/External/Client/[Owner].[Module].Client.csproj b/Oqtane.Server/wwwroot/Modules/Templates/External/Client/[Owner].[Module].Client.csproj index 341d27b6..61e2f739 100644 --- a/Oqtane.Server/wwwroot/Modules/Templates/External/Client/[Owner].[Module].Client.csproj +++ b/Oqtane.Server/wwwroot/Modules/Templates/External/Client/[Owner].[Module].Client.csproj @@ -1,4 +1,4 @@ - + net5.0 @@ -13,11 +13,11 @@ - - - - - + + + + + diff --git a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/[Owner].[Module].Server.csproj b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/[Owner].[Module].Server.csproj index 64765a75..2a2a8a2f 100644 --- a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/[Owner].[Module].Server.csproj +++ b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/[Owner].[Module].Server.csproj @@ -1,4 +1,4 @@ - + net5.0 @@ -20,12 +20,12 @@ - - - - - - + + + + + + diff --git a/Oqtane.Server/wwwroot/Modules/Templates/External/Shared/[Owner].[Module].Shared.csproj b/Oqtane.Server/wwwroot/Modules/Templates/External/Shared/[Owner].[Module].Shared.csproj index aa9995d0..1e3b4963 100644 --- a/Oqtane.Server/wwwroot/Modules/Templates/External/Shared/[Owner].[Module].Shared.csproj +++ b/Oqtane.Server/wwwroot/Modules/Templates/External/Shared/[Owner].[Module].Shared.csproj @@ -1,4 +1,4 @@ - + net5.0 @@ -12,7 +12,7 @@ - +