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