diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 4d8a2452..4abba9d9 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -14,6 +14,10 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + - name: Setup .NET 7 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '7.0.x' - name: Restore dependencies run: dotnet restore - name: Build