From 6a628a89176e21e319f73eddcc1020861ea1886e Mon Sep 17 00:00:00 2001 From: Alex Ghiondea Date: Tue, 13 Jul 2021 12:24:20 -0700 Subject: [PATCH] Update buildAndTest.yml --- .github/workflows/buildAndTest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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