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:
parent
85c5585dec
commit
51873f952b
@ -34,7 +34,11 @@
|
|||||||
<Compile Include="Raylib.cs" />
|
<Compile Include="Raylib.cs" />
|
||||||
<Compile Include="Raymath.cs" />
|
<Compile Include="Raymath.cs" />
|
||||||
<Compile Include="Rlgl.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>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="GetNativeLibraryFiles">
|
<Target Name="GetNativeLibraryFiles">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user