From 9fe148d87472c94c4f5d65c3caae84fe017ee36a Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sun, 23 Aug 2026 21:26:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 559e03b..82ed96a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ to build the native libraries. - **win-x86** *(raylib-6.0_win32_msvc16)* The following frameworks are deprecated (fall back to Version 7.x if required): + - net6.0 (end of life) ## Status @@ -121,7 +122,6 @@ package (the version set by `RaylibCsVersion` in [Directory.Build.props](Directo ```sh dotnet pack Raylib-cs -c Release -o Raylib-cs/nuget -dotnet build ``` ```sh dotnet run --project Examples -p:RaylibCsForceLocalNuget=true