diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4977964..dceb3b7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,7 +18,7 @@ jobs: run: | $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1 - .\dotnet-install.ps1 -Version 7.0.0-rc.2.22476.2 -InstallDir . + .\dotnet-install.ps1 -Version 7.0.100-rc.2.22477.23 -InstallDir . - name: Restore dependencies run: dotnet restore - name: Build