mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
- General cleanup. - Fixed missing functions from raymath. - Nuget info part of project file.
7 lines
180 B
XML
7 lines
180 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
|
|
</startup>
|
|
</configuration>
|