From 7f62e7299bdffd96724f7aad6b991bb65ca17737 Mon Sep 17 00:00:00 2001 From: Scott Kuhl Date: Sat, 21 Nov 2020 16:13:06 -0600 Subject: [PATCH 1/3] Updated .NET Core 3.1 to .NET 5.0. --- ElectronNET.API/ElectronNET.API.csproj | 2 +- ElectronNET.CLI/ElectronNET.CLI.csproj | 2 +- ElectronNET.WebApp/ElectronNET.WebApp.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ElectronNET.API/ElectronNET.API.csproj b/ElectronNET.API/ElectronNET.API.csproj index 21a5ae13..f0e2a53b 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 true ..\artifacts ElectronNET.API diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index 0924679a..cb49bcd1 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -3,7 +3,7 @@ Exe - netcoreapp3.1 + net5.0 dotnet-electronize electronize diff --git a/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/ElectronNET.WebApp/ElectronNET.WebApp.csproj index 729ae260..4c155dfb 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1 + net5.0 OutOfProcess AspNetCoreModule win-x64 From f996b3023e5bf3b13b4e752ab6122f246fb10047 Mon Sep 17 00:00:00 2001 From: Scott Kuhl Date: Sat, 21 Nov 2020 16:13:49 -0600 Subject: [PATCH 2/3] Updated TypeScript from 3.8 to 4.0. --- ElectronNET.WebApp/ElectronNET.WebApp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/ElectronNET.WebApp/ElectronNET.WebApp.csproj index 4c155dfb..97a0b4db 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -4,7 +4,7 @@ OutOfProcess AspNetCoreModule win-x64 - 3.8 + 4.0 From dbf4d0f7208815aab7fa9529afa8b47834d03eb9 Mon Sep 17 00:00:00 2001 From: Scott Kuhl Date: Sat, 21 Nov 2020 16:24:24 -0600 Subject: [PATCH 3/3] Upgraded NuGet packages to the latest versions: - Microsoft.SourceLink.GitHub 1.0.0-beta2-19367-01 > 1.0.0 - System.Drawing.Common 4.7.0 > 5.0.0 - Microsoft.VisualStudio.Web.CodeGeneration.Design 3.0.0 > 5.0.0 --- ElectronNET.API/ElectronNET.API.csproj | 4 ++-- ElectronNET.CLI/ElectronNET.CLI.csproj | 2 +- ElectronNET.WebApp/ElectronNET.WebApp.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElectronNET.API/ElectronNET.API.csproj b/ElectronNET.API/ElectronNET.API.csproj index f0e2a53b..7e948cff 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -36,12 +36,12 @@ This package contains the API to access the "native" electron API. - + all runtime; build; native; contentfiles; analyzers - + diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index cb49bcd1..a4bd0118 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -77,7 +77,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/ElectronNET.WebApp/ElectronNET.WebApp.csproj index 97a0b4db..b765a6e4 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -16,7 +16,7 @@ - +