From 6638e36f02bdafc75170fd3b82ca0f70b746f5d3 Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 29 Jun 2024 21:02:43 +0200 Subject: [PATCH] build project must target net8.0 --- build/build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.csproj b/build/build.csproj index 46d416199..fbdbae542 100644 --- a/build/build.csproj +++ b/build/build.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 disable IDE0002;IDE0051;IDE1006;CS0649;CS0169