From 070bfd499ce6b3621c6b57f3064bc017f4ff35a1 Mon Sep 17 00:00:00 2001 From: anggape Date: Sat, 22 Jul 2023 16:13:09 +0700 Subject: [PATCH] remove net5.0 and add net7.0 target net5.0 is not supported anymore --- Raylib-cs/Raylib-cs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index ccedcb1..af94b04 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -1,6 +1,6 @@ - net5.0;net6.0 + net6.0;net7.0 false Raylib-cs Raylib_cs