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

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
commit c7c0c06a63

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">