diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 9ffa36a..33f95c2 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -15,7 +15,10 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '7.0.x' + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x - name: Get version from tag id: get_version