diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index be4a2ad16f..45447f4c8f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@master with: - dotnet-version: 5.0.0-rc.1.20451.14 + dotnet-version: 5.0.100-rc.1.20452.10 - name: Build All run: .\build-all.ps1