diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 22d1dc5..4286da6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Checkout uses: actions/checkout@v4