diff --git a/.forgejo/workflows/cicd.yml b/.forgejo/workflows/cicd.yml index ea8dd17..7b0c3e5 100644 --- a/.forgejo/workflows/cicd.yml +++ b/.forgejo/workflows/cicd.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: "8.0.x" + dotnet-version: "9.0.x" - name: Test run: dotnet test -c Release