We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72fe1e commit 17f480cCopy full SHA for 17f480c
1 file changed
.github/workflows/gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v5
22
with:
23
- dotnet-version: "9.0.x"
+ dotnet-version: "10.0.x"
24
- name: Install .NET WebAssembly Tools
25
run: dotnet workload install wasm-tools
26
0 commit comments