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

Update README.md

This commit is contained in:
Rgebee 2021-01-25 12:55:03 +00:00 committed by GitHub
commit 4d5c5c913f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,6 @@ Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0.
This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues). This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues).
**NOTE:** The nuget package uses raylib 3.0. It will soon be updated to raylib 3.5.0.
``` ```
dotnet add package Raylib-cs --version 3.5.0 dotnet add package Raylib-cs --version 3.5.0
``` ```