Skip to content

Commit be4dea3

Browse files
committed
Updating SDK for appveyor build
1 parent 4e738f3 commit be4dea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pull_requests:
1313

1414
install:
1515
- ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
16-
- ps: ./dotnet-install.ps1 -Version 6.0.300 -InstallDir "C:\Program Files\dotnet"
16+
- ps: ./dotnet-install.ps1 -Version 6.0.400 -InstallDir "C:\Program Files\dotnet"
1717

1818
build_script:
1919
- cmd: dotnet --info

0 commit comments

Comments
 (0)