From 5b5e359efb238ad560da7bf47c5f32d67e3581fa Mon Sep 17 00:00:00 2001 From: JFronny <33260128+jfronny@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:43:47 +0100 Subject: [PATCH] Because of CI there cant be net5. sad. --- CLITest/CLITest.csproj | 2 +- W32.Test/W32.Test.csproj | 2 +- W32/W32.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLITest/CLITest.csproj b/CLITest/CLITest.csproj index fa14f65..86a92c3 100644 --- a/CLITest/CLITest.csproj +++ b/CLITest/CLITest.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + netcoreapp3.1 8 diff --git a/W32.Test/W32.Test.csproj b/W32.Test/W32.Test.csproj index 5c6824f..7e7570a 100644 --- a/W32.Test/W32.Test.csproj +++ b/W32.Test/W32.Test.csproj @@ -1,6 +1,6 @@  - net5.0 + netcoreapp3.1 WinExe CC_Functions.W32.Test CC_Functions.W32.Test diff --git a/W32/W32.csproj b/W32/W32.csproj index 7594dd8..d6f4d22 100644 --- a/W32/W32.csproj +++ b/W32/W32.csproj @@ -5,7 +5,7 @@ CC-Functions.W32 8 true - net5.0 + netcoreapp3.1 false JFronny W32 Additions for CC-Functions