Watch
2
0
Fork
You've already forked raylib-cs
0

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
commit f9787a8342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 34 additions and 33 deletions

View file

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