From 398568b4b1a9b334c59be52060ac4cb7a465c6b3 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Mon, 23 May 2022 12:55:53 +0200 Subject: [PATCH] .Net 5.0 is end of life since May 10, 2022 --- 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 1930488..116e531 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -1,6 +1,6 @@ - net5.0;net6.0 + net6.0 false Raylib-cs Raylib_cs