Skip to content

Commit b3c68ba

Browse files
authored
Use latest .NET 8 SDK in Ubuntu build (#1352)
* Use latest .NET 8 SDK in Ubuntu build Should fix build errors due to 8.0.100 deprecation: https://ci.appveyor.com/project/drieseng/ssh-net/build/job/w78f3klwhahrxwa7 * Actually, seems like it's already installed
1 parent 0876e88 commit b3c68ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ for:
1010
matrix:
1111
only:
1212
- image: Ubuntu2204
13-
14-
install:
15-
- sh: sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0=8.0.100-1
1613

1714
before_build:
1815
- sh: mkdir artifacts -p

0 commit comments

Comments
 (0)