diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1d18f2..3236639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.417 - 7.0.404 - 8.0.100 + 6.x + 7.x + 8.x - name: dotnet build run: dotnet build