fix(setup-csharp): updated csharp environment to use dotnet 9

This commit is contained in:
Ceferino Patino 2025-04-11 23:31:02 -05:00
commit bc03d71b12
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -6,7 +6,7 @@ runs:
- name: install csharp
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
- name: display csharp version
shell: bash
run: dotnet --version