Skip to content

Commit f6c0d6a

Browse files
committed
ci: switches to net9 to get tool formatting capability
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 507b974 commit f6c0d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/metadata-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup .NET
3434
uses: actions/setup-dotnet@v4.3.1
3535
with:
36-
dotnet-version: 8.x
36+
dotnet-version: 9.x
3737

3838
- run: dotnet tool install --global Microsoft.OpenApi.Hidi
3939
name: Install Hidi

.github/workflows/openapi-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup .NET
3434
uses: actions/setup-dotnet@v4.3.1
3535
with:
36-
dotnet-version: 8.x
36+
dotnet-version: 9.x
3737

3838
- run: dotnet tool install --global Microsoft.OpenApi.Hidi
3939
name: Install Hidi

0 commit comments

Comments
 (0)