Skip to content

Commit d50fdcd

Browse files
authored
Update .NET version in appveyor.yml to 10.0.200
1 parent 38f9cac commit d50fdcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
install:
1818
- ps: |
1919
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
20-
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet"
20+
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.200' -InstallDir "$env:ProgramFiles\dotnet"
2121
2222
build_script:
2323
- ps: .\build.ps1

0 commit comments

Comments
 (0)