diff --git a/.github/workflows/publish-nuget.yaml b/.github/workflows/publish-nuget.yaml index 4e53d04d..a2704d83 100644 --- a/.github/workflows/publish-nuget.yaml +++ b/.github/workflows/publish-nuget.yaml @@ -39,8 +39,6 @@ jobs: - name: Setup NuGet uses: NuGet/setup-nuget@v2 - with: - nuget-version: 6.10.2 - name: Restore dependencies run: nuget restore $SOLUTION