diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 097be920..8e347694 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -31,9 +31,7 @@ jobs: # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 3.1.101 + uses: actions/setup-dotnet@v1.6.0 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe @@ -41,4 +39,4 @@ jobs: # Execute all unit tests in the solution - name: Execute unit tests - run: dotnet test \ No newline at end of file + run: dotnet test