Skip to content

Commit a2e12f0

Browse files
authored
Update .NET version in appveyor.yml
1 parent 634154b commit a2e12f0

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
@@ -11,7 +11,7 @@ matrix:
1111
install:
1212
- ps: |
1313
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
14-
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet"
14+
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.102' -InstallDir "$env:ProgramFiles\dotnet"
1515
build:
1616
publish_nuget: true
1717
publish_nuget_symbols: true

0 commit comments

Comments
 (0)