diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index f84e442..2f2b53f 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -25,7 +25,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x # Execute all unit tests in the solution - name: Execute unit tests