diff --git a/.github/workflows/buildAndTest.yml b/.github/workflows/buildAndTest.yml index e7db2aa..08ed993 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.101 + dotnet-version: 5.0.300 - name: Install dependencies run: dotnet restore - name: Build @@ -26,4 +26,4 @@ jobs: - uses: codecov/codecov-action@v1 with: file: testResults/**/coverage.cobertura.xml - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true