mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Update README.md and Build.props
This commit is contained in:
parent
863c1da25d
commit
2d1d558c2d
@ -12,7 +12,7 @@ C# bindings for raylib, a simple and easy-to-use library to learn videogames pro
|
|||||||
|
|
||||||
[](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild)
|
[](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild)
|
||||||
|
|
||||||
Raylib-cs targets net5.0 and net6.0.
|
Raylib-cs targets net5.0 and net6.0 and uses the [official 4.5.0 release](https://github.com/raysan5/raylib/releases/tag/4.5.0) to build the native libraries.
|
||||||
|
|
||||||
## Installation - NuGet
|
## Installation - NuGet
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetRaylibTag>4.5.0</TargetRaylibTag>
|
<TargetRaylibTag>4.5.0</TargetRaylibTag>
|
||||||
<Version>4.5.0.4</Version>
|
<Version>5.0.0</Version>
|
||||||
<PackageVersion>4.5.0.4</PackageVersion>
|
<PackageVersion>5.0.0</PackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user