From 51873f952b4655e22bb3cfa415901de933d410cf Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 2 May 2020 15:17:49 +0100 Subject: [PATCH] Added the System.Numerics.Vectors package so we can build without specifying netcoreapp3.1. --- Raylib-cs/Raylib-cs.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 4411779..8fa04f4 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -34,7 +34,11 @@ - + + + + +