Fixed Raylib-5.0 version
This commit is contained in:
parent
715aaeedf0
commit
155b5498f2
3 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
using System;
|
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Raylib_cs.Tests;
|
namespace Raylib_cs.Tests;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetRaylibTag>5.0.0</TargetRaylibTag>
|
<TargetRaylibTag>5.0</TargetRaylibTag>
|
||||||
<Version>5.0.0</Version>
|
<Version>5.0.0</Version>
|
||||||
<PackageVersion>5.0.0</PackageVersion>
|
<PackageVersion>5.0.0</PackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
using System;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace Raylib_cs;
|
namespace Raylib_cs;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue