We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e738f3 + be4dea3 commit 1c604a6Copy full SHA for 1c604a6
appveyor.yml
@@ -13,7 +13,7 @@ pull_requests:
13
14
install:
15
- 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"
+ - ps: ./dotnet-install.ps1 -Version 6.0.400 -InstallDir "C:\Program Files\dotnet"
17
18
build_script:
19
- cmd: dotnet --info
0 commit comments