fix(setup-csharp): updated csharp environment to use dotnet 9
This commit is contained in:
parent
caa7a07bdf
commit
bc03d71b12
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-csharp/action.yml
vendored
2
.github/actions/setup-csharp/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue