2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -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

@ -37,6 +37,10 @@
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath="" /> <None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath="" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
</ItemGroup>
<Target Name="GetNativeLibraryFiles"> <Target Name="GetNativeLibraryFiles">
<ItemGroup> <ItemGroup>
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\linux-x64\native\libraylib.so"> <TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\linux-x64\native\libraylib.so">