diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e714494d..cb25bc2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' + dotnet-version: '5.0.x' - name: Build & test (Release) run: dotnet test src -c Release diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c58bf3f3..88f176eb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' + dotnet-version: '5.0.x' - name: Build & test (Release) run: dotnet test src -c Release