diff --git a/.github/workflows/nuget publish.yml b/.github/workflows/nuget publish.yml index af2c6f2..f01d921 100644 --- a/.github/workflows/nuget publish.yml +++ b/.github/workflows/nuget publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' include-prerelease: true - name: Install dotnet tool