diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6aa1c28..0a9f977 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + include-prerelease: true - name: Restore dependencies run: dotnet restore - name: Build