From 77288efc11a51b70343ac9bc3f5db426c98941da Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Sat, 4 Dec 2021 22:55:14 +1100 Subject: [PATCH] Update csproj to net6 --- Raylib-cs.Tests/Raylib-cs.Tests.csproj | 2 +- Raylib-cs/Raylib-cs.csproj | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Raylib-cs.Tests/Raylib-cs.Tests.csproj b/Raylib-cs.Tests/Raylib-cs.Tests.csproj index 0518e96..6bf7026 100644 --- a/Raylib-cs.Tests/Raylib-cs.Tests.csproj +++ b/Raylib-cs.Tests/Raylib-cs.Tests.csproj @@ -1,6 +1,6 @@ - net6.0 + net6.0 ../Logo/raylib-cs.ico true diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 6f1af6f..d233fbb 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -1,6 +1,6 @@ - netstandard2.1 + net6.0 false Raylib-cs Raylib_cs @@ -27,10 +27,8 @@ - - - + @@ -44,4 +42,9 @@ PreserveNewest - \ No newline at end of file + + + + + +