diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9c78148..f8bb4f1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - include-prerelease: true - name: Restore dependencies run: dotnet restore - name: Build