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

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
commit 74bf5e084c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>