diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38ac74b7..e9bbde03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: run: | $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1 - & .\dotnet-install.ps1 -Version 6.0.100 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose + & .\dotnet-install.ps1 -Version 6.0.200 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose & dotnet --list-sdks # - name: Install Visual Studio Preview