diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cf502d..27765f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.200 + dotnet-version: 5.0.401 - name: Run the Cake script uses: cake-build/cake-action@v1