Skip to content

Commit d157005

Browse files
committed
AppVeyor: install .NET 10 SDK required for C# 14
1 parent 1761ccc commit d157005

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ for:
1818
only:
1919
- image: Ubuntu2204
2020

21+
# install .NET 10 SDK
22+
install:
23+
- sudo apt-get update && sudo apt-get install -y dotnet-sdk-10.0
24+
2125
# build and run tests
2226
build_script:
2327
- uname -a
@@ -46,6 +50,10 @@ for:
4650
Update-AppveyorBuild -Version ($env:APPVEYOR_REPO_TAG_NAME).TrimStart("v")
4751
}
4852
53+
# install .NET 10 SDK
54+
install:
55+
- cmd: choco install dotnet-10.0-sdk
56+
4957
# build and run tests
5058
build_script:
5159
- cmd: build.cmd

0 commit comments

Comments
 (0)