diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 74083f7..b6bcafd 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -15,7 +15,7 @@ on: - develop env: - DOTNET_VERSION: "8.0.x" + DOTNET_VERSION: "9.0.x" jobs: format: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d452c75..3c223de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ on: env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} SOLUTION_NAME: ${{ vars.SOLUTION_NAME }} - DOTNET_VERSION: "8.0.x" + DOTNET_VERSION: "9.0.x" jobs: test: diff --git a/Directory.Build.targets b/Directory.Build.targets index ab19c8b..8cea3b3 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -4,7 +4,7 @@ --> - +