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

Minor fixes

- Rename Gestures enum to Gesture
- Update tests to net6.0
This commit is contained in:
Rgebee 2021-11-11 12:00:42 +00:00
commit 794b82de0e
3 changed files with 12 additions and 11 deletions

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<ApplicationIcon>../Logo/raylib-cs.ico</ApplicationIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>