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

Remove package System.Numerics.Vector (#284)

This package is no longer required, because it's part of the standard library now.
This commit is contained in:
JupiterRider 2024-12-23 19:00:50 +01:00 committed by GitHub
parent a3dfd57b5a
commit 7026f28766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,8 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<Import Project="./Build.props" />