Skip to content

Commit

Permalink
Replace .NET 7 SDK with .NET 9 SDK.
Browse files Browse the repository at this point in the history
.NET 7 is end of life.
  • Loading branch information
bgrainger committed Nov 12, 2024
1 parent ffe37f0 commit 371e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN `
RUN `
curl -fSLO https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1 `
&& powershell .\dotnet-install.ps1 -Channel 6.0 -InstallDir "\"C:\Program Files\dotnet\\"" `
&& powershell .\dotnet-install.ps1 -Channel 7.0 -InstallDir "\"C:\Program Files\dotnet\\"" `
&& powershell .\dotnet-install.ps1 -Channel 8.0 -InstallDir "\"C:\Program Files\dotnet\\"" `
&& powershell .\dotnet-install.ps1 -Channel 9.0 -InstallDir "\"C:\Program Files\dotnet\\"" `
&& del dotnet-install.ps1
WORKDIR /actions-runner
Expand Down

0 comments on commit 371e946

Please sign in to comment.