@@ -17,18 +17,18 @@ jobs:
1717 - name : Setup .NET
1818 uses : actions/setup-dotnet@v5
1919 with :
20- dotnet-version : ' 10 .0.201 '
20+ dotnet-version : ' 11 .0.100-preview.2.26159.112 '
2121
2222 - name : Build Unit Tests .NET
23- run : dotnet build -f net10 .0 test/Renci.SshNet.Tests/
23+ run : dotnet build -f net11 .0 test/Renci.SshNet.Tests/
2424
2525 - name : Build IntegrationTests .NET
26- run : dotnet build -f net10 .0 test/Renci.SshNet.IntegrationTests/
26+ run : dotnet build -f net11 .0 test/Renci.SshNet.IntegrationTests/
2727
2828 - name : Run Unit Tests .NET
2929 run : |
3030 dotnet test \
31- -f net10 .0 \
31+ -f net11 .0 \
3232 --no-build \
3333 --logger "console;verbosity=normal" \
3434 --logger GitHubActions \
4040 - name : Run Integration Tests .NET
4141 run : |
4242 dotnet test \
43- -f net10 .0 \
43+ -f net11 .0 \
4444 --no-build \
4545 --logger "console;verbosity=normal" \
4646 --logger GitHubActions \
6666 - name : Setup .NET
6767 uses : actions/setup-dotnet@v5
6868 with :
69- dotnet-version : ' 10 .0.201 '
69+ dotnet-version : ' 11 .0.100-preview.2.26159.112 '
7070
7171 - name : Build Solution
7272 run : dotnet build Renci.SshNet.slnx
8686 - name : Run Unit Tests .NET
8787 run : |
8888 dotnet test `
89- -f net10 .0 `
89+ -f net11 .0 `
9090 --no-build `
9191 --logger "console;verbosity=normal" `
9292 --logger GitHubActions `
@@ -119,7 +119,7 @@ jobs:
119119 - name : Setup .NET
120120 uses : actions/setup-dotnet@v5
121121 with :
122- dotnet-version : ' 10 .0.201 '
122+ dotnet-version : ' 11 .0.100-preview.2.26159.112 '
123123
124124 - name : Setup WSL2
125125 uses : Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0
@@ -163,7 +163,7 @@ jobs:
163163 - name : Setup .NET
164164 uses : actions/setup-dotnet@v5
165165 with :
166- dotnet-version : ' 10 .0.201 '
166+ dotnet-version : ' 11 .0.100-preview.2.26159.112 '
167167
168168 - name : Setup WSL2
169169 uses : Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0
@@ -181,7 +181,7 @@ jobs:
181181 - name : Run Integration Tests .NET
182182 run :
183183 dotnet test `
184- -f net10 .0 `
184+ -f net11 .0 `
185185 --logger "console;verbosity=normal" `
186186 --logger GitHubActions `
187187 -p:CollectCoverage=true `
0 commit comments