File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 with :
3131 setAllVars : true
3232
33- - name : ⚙️ Setup dotnet 8 .0.x
33+ - name : ⚙️ Setup dotnet 9 .0.x
3434 uses : actions/setup-dotnet@v4
3535 with :
36- dotnet-version : ' 8 .0.x'
36+ dotnet-version : ' 9 .0.x'
3737
3838 - name : ⚙️ Set up JDK 17
3939 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 with :
2020 fetch-depth : 0
2121
22- - name : ⚙️ Setup dotnet 8 .0.x
22+ - name : ⚙️ Setup dotnet 9 .0.x
2323 uses : actions/setup-dotnet@v4
2424 with :
25- dotnet-version : ' 8 .0.x'
25+ dotnet-version : ' 9 .0.x'
2626
2727 - name : 🧹 Clean
2828 run : dotnet clean -c Release && dotnet nuget locals all --clear
@@ -43,10 +43,10 @@ jobs:
4343 with :
4444 fetch-depth : 0
4545
46- - name : ⚙️ Setup dotnet 8 .0.x
46+ - name : ⚙️ Setup dotnet 9 .0.x
4747 uses : actions/setup-dotnet@v4
4848 with :
49- dotnet-version : ' 8 .0.x'
49+ dotnet-version : ' 9 .0.x'
5050
5151 - name : 🔁 Restore packages
5252 run : dotnet restore
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 with :
2828 setAllVars : true
2929
30- - name : ⚙️ Setup dotnet 8 .0.x
30+ - name : ⚙️ Setup dotnet 9 .0.x
3131 uses : actions/setup-dotnet@v4
3232 with :
33- dotnet-version : ' 8 .0.x'
33+ dotnet-version : ' 9 .0.x'
3434
3535 - name : 🧹 Clean
3636 run : dotnet clean -c Release && dotnet nuget locals all --clear
You can’t perform that action at this time.
0 commit comments