From dbcab65e2778ccbda9ae0f55d9e571e0a4521536 Mon Sep 17 00:00:00 2001
From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
Date: Tue, 19 Sep 2023 19:22:58 +0200
Subject: [PATCH] Update to dotnet7

---
 i3csstatus.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i3csstatus.csproj b/i3csstatus.csproj
index c4239f9..9c134eb 100644
--- a/i3csstatus.csproj
+++ b/i3csstatus.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFramework>net7.0</TargetFramework>
     <EnablePreviewFeatures>true</EnablePreviewFeatures>
   </PropertyGroup>
 
-- 
GitLab