File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1616
1717 - name : Setup .NET
1818 uses : actions/setup-dotnet@v4
19- with :
20- dotnet-version : 9.0.x
2119
2220 - name : Build Unit Tests .NET
2321 run : dotnet build -f net9.0 test/Renci.SshNet.Tests/
6563
6664 - name : Setup .NET
6765 uses : actions/setup-dotnet@v4
68- with :
69- dotnet-version : 9.0.x
7066
7167 - name : Build Solution
7268 run : dotnet build Renci.SshNet.sln
@@ -118,11 +114,9 @@ jobs:
118114
119115 - name : Setup .NET
120116 uses : actions/setup-dotnet@v4
121- with :
122- dotnet-version : 9.0.x
123117
124118 - name : Setup WSL2
125- uses : Vampire/setup-wsl@v5
119+ uses : Vampire/setup-wsl@f40fb59d850112c9a292b0218bca8271305b9127 # v5.0.0
126120 with :
127121 distribution : Ubuntu-24.04
128122
Original file line number Diff line number Diff line change 2727 - name : Setup Pages
2828 uses : actions/configure-pages@v5
2929
30- - name : Setup .NET 8.0
30+ - name : Setup .NET
3131 uses : actions/setup-dotnet@v4
32- with :
33- dotnet-version : 8.x
3432
3533 - name : Setup docfx
3634 run : dotnet tool update -g docfx
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 9.0.200" ,
4+ "rollForward" : " latestFeature"
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments