From 62d36421e7d2ff6500d9ba9e321f71535d9096f2 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Mon, 28 Apr 2025 07:36:47 +0100 Subject: [PATCH] Fix target framework --- Raylib-cs.Native/Raylib-cs.Native.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs.Native/Raylib-cs.Native.csproj b/Raylib-cs.Native/Raylib-cs.Native.csproj index 629c514..2bc574e 100644 --- a/Raylib-cs.Native/Raylib-cs.Native.csproj +++ b/Raylib-cs.Native/Raylib-cs.Native.csproj @@ -1,6 +1,6 @@ - netstandard2.1 + netstandard2.1 false none false