File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 - name : ' ⚙ Install ATC Coding Rules updater'
2525 run : dotnet tool install --global atc-coding-rules-updater
2626 - name : ♻️ Run ATC Coding Rules updater
27- run : atc-coding-rules-updater run --projectPath . --verbose --projectTarget DotNet6 --useTemporarySuppressions
27+ run : atc-coding-rules-updater run --projectPath . --verbose --projectTarget DotNet8 --useTemporarySuppressions
2828 - name : 🐛 Git - show changes
2929 shell : bash
3030 run : |
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 6 .0.x
33+ - name : ⚙️ Setup dotnet 8 .0.x
3434 uses : actions/setup-dotnet@v1
3535 with :
36- dotnet-version : ' 6 .0.x'
36+ dotnet-version : ' 8 .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 6 .0.x
22+ - name : ⚙️ Setup dotnet 8 .0.x
2323 uses : actions/setup-dotnet@v1
2424 with :
25- dotnet-version : ' 6 .0.x'
25+ dotnet-version : ' 8 .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 6 .0.x
46+ - name : ⚙️ Setup dotnet 8 .0.x
4747 uses : actions/setup-dotnet@v1
4848 with :
49- dotnet-version : ' 6 .0.x'
49+ dotnet-version : ' 8 .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 6 .0.x
30+ - name : ⚙️ Setup dotnet 8 .0.x
3131 uses : actions/setup-dotnet@v1
3232 with :
33- dotnet-version : ' 6 .0.x'
33+ dotnet-version : ' 8 .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