From 3b3bdc34c43925588573f44991e3b3d7170dce8c Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Sat, 2 May 2020 17:47:30 +1000 Subject: [PATCH] Fix incorrect native library path Added support for x86 NuGet package --- Raylib-cs/Raylib-cs.csproj | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index b925b36..4411779 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -14,7 +14,7 @@ - 3.0.1 + 3.0.2 true $(TargetsForTfmSpecificBuildOutput);GetNativeLibraryFiles Zlib @@ -39,13 +39,19 @@ - + runtimes/linux-x64/native - + + runtimes/linux-x86/native + + runtimes/win-x64/native - + + runtimes/win-x86/native + + runtimes/osx-x64/native