From bfa43381ae1bd77af4f9bd9cee40840b5b0f19dd Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:50:13 +0100 Subject: [PATCH] Update target framework to 8.0. --- Source/mqttMultimeter.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/mqttMultimeter.csproj b/Source/mqttMultimeter.csproj index 6ea7ffc..30b6f6c 100644 --- a/Source/mqttMultimeter.csproj +++ b/Source/mqttMultimeter.csproj @@ -1,7 +1,7 @@ WinExe - net7.0 + net8.0 enable mqttMultimeter 0.0.0