2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Added the System.Numerics.Vectors package so we can build without specifying netcoreapp3.1.

This commit is contained in:
ChrisDill 2020-05-02 15:17:49 +01:00
parent 85c5585dec
commit 51873f952b

View File

@ -34,7 +34,11 @@
<Compile Include="Raylib.cs" />
<Compile Include="Raymath.cs" />
<Compile Include="Rlgl.cs" />
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath=""/>
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
</ItemGroup>
<Target Name="GetNativeLibraryFiles">