Skip to content

Commit 89d454a

Browse files
committed
CI: install .net 6 and 7
1 parent 36128d9 commit 89d454a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ image: Visual Studio 2019
22

33
install:
44
- cmd: >-
5-
choco install dotnet-sdk --version 7.0.102
5+
choco install dotnet-6.0-sdk
6+
7+
choco install dotnet-7.0-sdk
68
79
skip_branch_with_pr: true
810
skip_tags: true

0 commit comments

Comments
 (0)