From dc73be0c8103d7ab99316f8cd7a5d6f3ced469b1 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Fri, 31 May 2019 23:54:47 +0200 Subject: [PATCH] update projects to use netcoreapp2.2 --- 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 5c1287a..0da2662 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true ..\artifacts ElectronNET.API diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index 9d4dfd6..6bb1330 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp2.2 electronize DotnetCliTool diff --git a/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/ElectronNET.WebApp/ElectronNET.WebApp.csproj index 32d6d59..d871a29 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1 + netcoreapp2.2 win-x64 3.1