diff --git a/ElectronNET.API/ElectronNET.API.csproj b/ElectronNET.API/ElectronNET.API.csproj index 21a5ae13..7e948cff 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 @@ -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 0924679a..a4bd0118 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 @@ -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 729ae260..b765a6e4 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -1,10 +1,10 @@  - netcoreapp3.1 + net5.0 OutOfProcess AspNetCoreModule win-x64 - 3.8 + 4.0 @@ -16,7 +16,7 @@ - +