Skip to content

Commit

Permalink
Use latest .NET 8 SDK in Ubuntu build (#1352)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Rob-Hague committed Mar 10, 2024
1 parent 0876e88 commit b3c68ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ for:
matrix:
only:
- image: Ubuntu2204

install:
- sh: sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0=8.0.100-1

before_build:
- sh: mkdir artifacts -p
Expand Down

0 comments on commit b3c68ba

Please sign in to comment.