Skip to content

Commit 76d82f1

Browse files
authored
Update .NET version in appveyor.yml
1 parent bcdd724 commit 76d82f1

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.2' -InstallDir "$env:ProgramFiles\dotnet"
20+
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.102' -InstallDir "$env:ProgramFiles\dotnet"
2121
2222
build_script:
2323
- ps: .\build.ps1

0 commit comments

Comments
 (0)