From 12c988778865d733d93c42ca3802b007c1dcff17 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Tue, 5 Jan 2021 11:53:02 +0000 Subject: [PATCH] Review Raylib-cs.csproj - Updated version to 3.5.0. Plan to keep this in sync with future raylib releases to reduce confusion about versioning. - Since netstandard2.1 includes System.Numerics, we no longer need to reference it here. - Testing possible fixes for packing/using runtimes. --- Raylib-cs/Raylib-cs.csproj | 42 +++++++------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index a5291a6..26ad822 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -9,15 +9,13 @@ - 3.1.0 - 3.1.7 + 3.5.0 + 3.5.0 Chris Dill, Raysan5 & Others true - $(TargetsForTfmSpecificBuildOutput);GetNativeLibraryFiles Zlib - Raylib-cs - C# Bindings for Raylib - C# bindings for raylib - A simple and easy-to-use library to learn videogames programming http://www.raylib.com/ - + Raylib-cs + C# bindings for raylib - A simple and easy-to-use library to learn videogames programming raylib-cs_64x64.png Raylib;Raysan;Games;Game-Engine;Engine;Game git @@ -35,34 +33,8 @@ - + + runtimes/ + - - - - - - - - - - - - - runtimes/linux-x64/native - - - runtimes/linux-x86/native - - - runtimes/win-x64/native - - - runtimes/win-x86/native - - - runtimes/osx-x64/native - - - \ No newline at end of file