diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 51524a5..db45349 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -1,5 +1,4 @@ name: .NET Core - on: push: pull_request: @@ -12,12 +11,11 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - steps: - - uses: actions/checkout@v1 - - name: Setup .NET Core + - uses: actions/checkout@v2 + - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.100 + dotnet-version: 5.0.x - name: Build with dotnet run: dotnet build -c Release diff --git a/Raylib-cs.Tests/Raylib-cs.Tests.csproj b/Raylib-cs.Tests/Raylib-cs.Tests.csproj index ff3eca9..946d4fe 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 AnyCPU Debug;Release