Skip to content

Commit

Permalink
Update to .NET 9 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Sep 12, 2024
1 parent 05b89e8 commit 61ba1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param(
[Parameter(Position = 2, ValueFromPipelineByPropertyName = $true)]
[string] $DockerImageName = "snapx",
[Parameter(Position = 3, ValueFromPipelineByPropertyName = $true)]
[string] $DockerVersion = "37.0",
[string] $DockerVersion = "38.0",
[Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)]
[switch] $DockerLocal,
[Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV SNAPX_DOCKER_WORKING_DIR /build/snapx

ARG DOTNET_60_SDK_VERSION=6.0.425
ARG DOTNET_80_SDK_VERSION=8.0.401
ARG DOTNET_90_SDK_VERSION=9.0.100-preview.7.24407.12
ARG DOTNET_90_SDK_VERSION=9.0.100-rc.1.24452.12
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit 61ba1f6

Please sign in to comment.