From d0587eeb24ec13b4b74df1e095612f2458dc8914 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Thu, 12 Nov 2020 11:30:41 +0000 Subject: [PATCH] Keeping tests at netcoreapp3.1 for now - Had some issues getting net5.0 to work with github actions. --- Raylib-cs.Tests/Raylib-cs.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raylib-cs.Tests/Raylib-cs.Tests.csproj b/Raylib-cs.Tests/Raylib-cs.Tests.csproj index 1e9f041..ff3eca9 100644 --- a/Raylib-cs.Tests/Raylib-cs.Tests.csproj +++ b/Raylib-cs.Tests/Raylib-cs.Tests.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;net5.0 + netcoreapp3.1 AnyCPU Debug;Release