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

Update Raylib-cs.Tests to use Raylib-cs 4.0.0

This commit is contained in:
Ben Parsons
2022-02-15 00:19:40 +11:00
committed by GitHub
parent e5934b86ba
commit 74bf5e084c

View File

@ -13,6 +13,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Raylib-cs" Version="4.0.0-alpha.2" /> <PackageReference Include="Raylib-cs" Version="4.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>