Skip to content

Commit 1e834b4

Browse files
committed
again
1 parent 460538f commit 1e834b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- name: Install WASM experimental workload
1919
run: dotnet workload install wasm-experimental
2020
- name: Install WASM tools workload
21-
run: dotnet workload install wasm-tools
21+
run: dotnet workload install wasm-tools-net9
2222
- uses: actions/checkout@v4.2.2
2323
with:
2424
fetch-depth: 0
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: 10.0.x
29-
include-prerelease: true
28+
dotnet-version: 9.0.x
29+
# include-prerelease: true
3030
- name: Install GitVersioning
3131
run: dotnet tool install --global nbgv
3232
- name: Set version

Directory.Build.Props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net10.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44

55
<!-- Example: Set the C# language version to latest for all projects -->
66
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)