From e3acc79c4f0adcb33e29dfcef56960018a687694 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Wed, 15 Mar 2023 23:26:09 +0100 Subject: [PATCH] Change to .NET 6 build --- 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 dd39f96..c08b974 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -1,6 +1,6 @@  - net7.0 + net6.0 true ..\artifacts ElectronNET.API diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index 48d967b..6f65ee9 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net6.0 dotnet-electronize electronize DotnetCliTool diff --git a/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/ElectronNET.WebApp/ElectronNET.WebApp.csproj index 9b9d340..4b1811f 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -1,6 +1,6 @@  - net7.0 + net6.0 OutOfProcess AspNetCoreModule win-x64