File tree 3 files changed +8
-10
lines changed 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- name : Setup .NET
18
18
uses : actions/setup-dotnet@v4
19
- with :
20
- dotnet-version : 9.0.x
21
19
22
20
- name : Build Unit Tests .NET
23
21
run : dotnet build -f net9.0 test/Renci.SshNet.Tests/
65
63
66
64
- name : Setup .NET
67
65
uses : actions/setup-dotnet@v4
68
- with :
69
- dotnet-version : 9.0.x
70
66
71
67
- name : Build Solution
72
68
run : dotnet build Renci.SshNet.sln
@@ -118,11 +114,9 @@ jobs:
118
114
119
115
- name : Setup .NET
120
116
uses : actions/setup-dotnet@v4
121
- with :
122
- dotnet-version : 9.0.x
123
117
124
118
- name : Setup WSL2
125
- uses : Vampire/setup-wsl@v5
119
+ uses : Vampire/setup-wsl@f40fb59d850112c9a292b0218bca8271305b9127 # v5.0.0
126
120
with :
127
121
distribution : Ubuntu-24.04
128
122
Original file line number Diff line number Diff line change 27
27
- name : Setup Pages
28
28
uses : actions/configure-pages@v5
29
29
30
- - name : Setup .NET 8.0
30
+ - name : Setup .NET
31
31
uses : actions/setup-dotnet@v4
32
- with :
33
- dotnet-version : 8.x
34
32
35
33
- name : Setup docfx
36
34
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