Skip to content

Commit 8c6d9c4

Browse files
committed
Update .NET version to 9.0.x in workflows
Upgraded the .NET version from 6.0.x to 9.0.x in the GitHub Actions workflows across `engine_assets_tpk.yml`, `test.yml`, and `type_tree_tpk.yml` for improved build process compatibility.
1 parent 1636b8a commit 8c6d9c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/engine_assets_tpk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v4
3333
with:
34-
dotnet-version: 6.0.x
34+
dotnet-version: 9.0.x
3535
- name: Build
3636
run: dotnet build /p:Configuration=Release
3737
working-directory: ./Tpk.ConsoleApp/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 9.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build

.github/workflows/type_tree_tpk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v4
3333
with:
34-
dotnet-version: 6.0.x
34+
dotnet-version: 9.0.x
3535
- name: Build
3636
run: dotnet build /p:Configuration=Release
3737
working-directory: ./Tpk.ConsoleApp/

0 commit comments

Comments
 (0)