Skip to content

Commit

Permalink
Update .NET sdks.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Jul 10, 2024
1 parent ec82fdf commit 337ea17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ env:
GITVERSION_VERSION: 5.12.0
MSVS_TOOLSET_VERSION: 16
SNAPX_DOTNET_FRAMEWORK_VERSION: net8.0
DOTNET_NET60_VERSION: 6.0.423
DOTNET_NET60_VERSION: 6.0.424
DOTNET_NET70_VERSION: 7.0.410
DOTNET_NET80_VERSION: 8.0.301
DOTNET_NET80_VERSION: 8.0.303
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: 1
Expand Down
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 = "34.0",
[string] $DockerVersion = "35.0",
[Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)]
[switch] $DockerLocal,
[Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)]
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM ubuntu:20.04 as env-build
ENV DEBIAN_FRONTEND=noninteractive
ENV SNAPX_DOCKER_WORKING_DIR /build/snapx

ARG DOTNET_60_SDK_VERSION=6.0.423
ARG DOTNET_60_SDK_VERSION=6.0.424
ARG DOTNET_70_SDK_VERSION=7.0.410
ARG DOTNET_80_SDK_VERSION=8.0.301
ARG DOTNET_80_SDK_VERSION=8.0.303
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit 337ea17

Please sign in to comment.