diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad65d88..72ee871 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET 5 uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0' + dotnet-version: '6.0' - name: Build and run tests. run: dotnet test --collect:"XPlat Code Coverage" - name: Make artifacts directory.