File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments