From 81f7a984f6ad66d88972826287865a8b5e48e6fc Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Tue, 7 Apr 2020 20:22:25 +0100 Subject: [PATCH] Changed Raylib-cs.csproj to only target netstandard2.0. - Changed Raylib-cs.proj to use just one target framework. - Removed targets net47 and netcoreapp3.1 from Raylib-cs.csproj. - Removed netcoreapp3.1 from dotnetcore.yml workflow. --- .github/workflows/dotnetcore.yml | 2 +- Raylib-cs/Raylib-cs.csproj | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index bc3339c..b4656b8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -17,4 +17,4 @@ jobs: with: dotnet-version: 3.1.100 - name: Build with dotnet - run: dotnet build --framework=netcoreapp3.1 -c Release \ No newline at end of file + run: dotnet build -c Release \ No newline at end of file diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 28f8e2a..abcc37d 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -1,6 +1,6 @@ - net47;netstandard2.0;netcoreapp3.1 + netstandard2.0 x64 @@ -12,8 +12,6 @@ false - -