From d6bea171d656248cb40da049f1ab7095a2966d9a Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 29 Jan 2024 07:13:10 +0100 Subject: [PATCH] Set TFM to net6.0;net8.0 for "warning NETSDK1138: The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future." --- CommandLine/CodeConv/CodeConv.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLine/CodeConv/CodeConv.csproj b/CommandLine/CodeConv/CodeConv.csproj index 67f72ba3..05197601 100644 --- a/CommandLine/CodeConv/CodeConv.csproj +++ b/CommandLine/CodeConv/CodeConv.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1;net6.0 + net6.0;net8.0 true true true