diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fd91a47..82449c9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: with: dotnet-version: 8.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore -f net8.0 - name: Build run: dotnet build -f net8.0 --no-restore - name: Test