From 40d99074334bcec2be22bd6047415bcc78a76163 Mon Sep 17 00:00:00 2001 From: Dmitri Shimanski Date: Sat, 29 Mar 2025 02:59:34 +0300 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 60258ce..e3772ed 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -18,7 +18,11 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x + 9.0.x - name: Extract Package Version id: get_version @@ -45,4 +49,4 @@ jobs: run: dotnet nuget push "**/*.nupkg" --source "github" - name: Publish to NuGet - run: dotnet nuget push "**/*.nupkg" --source ${{ env.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }} \ No newline at end of file + run: dotnet nuget push "**/*.nupkg" --source ${{ env.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}