Skip to content

Commit 17f480c

Browse files
committed
Update GitHub Actions workflow to use .NET 10.0.x SDK
1 parent c72fe1e commit 17f480c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v5
2222
with:
23-
dotnet-version: "9.0.x"
23+
dotnet-version: "10.0.x"
2424
- name: Install .NET WebAssembly Tools
2525
run: dotnet workload install wasm-tools
2626

0 commit comments

Comments
 (0)