2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Enable Targeting .Net 8 (#297)

Fixes #295
This commit is contained in:
Ben Parsons
2025-05-07 17:16:47 +10:00
committed by GitHub
parent ee10f5fa7b
commit f9787a8342
6 changed files with 34 additions and 33 deletions

View File

@ -0,0 +1,4 @@
namespace Raylib_cs.Native
{
internal class Native { }
}