Skip to content

Commit 9ddd2c2

Browse files
committed
Update .NET sdks.
1 parent 377ffd8 commit 9ddd2c2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ env:
1515
GITVERSION_VERSION: 5.12.0
1616
MSVS_TOOLSET_VERSION: 16
1717
SNAPX_DOTNET_FRAMEWORK_VERSION: net7.0
18-
DOTNET_NET60_VERSION: 6.0.413
19-
DOTNET_NET70_VERSION: 7.0.400
20-
DOTNET_NET80_VERSION: 8.0.100-preview.7.23376.3
18+
DOTNET_NET60_VERSION: 6.0.414
19+
DOTNET_NET70_VERSION: 7.0.401
20+
DOTNET_NET80_VERSION: 8.0.100-rc.1.23455.8
2121
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2222
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2323
DOTNET_NOLOGO: 1

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param(
88
[Parameter(Position = 2, ValueFromPipelineByPropertyName = $true)]
99
[string] $DockerImageName = "snapx",
1010
[Parameter(Position = 3, ValueFromPipelineByPropertyName = $true)]
11-
[string] $DockerVersion = "27.0",
11+
[string] $DockerVersion = "28.0",
1212
[Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)]
1313
[switch] $DockerLocal,
1414
[Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)]

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM ubuntu:20.04 as env-build
33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV SNAPX_DOCKER_WORKING_DIR /build/snapx
55

6-
ARG DOTNET_60_SDK_VERSION=6.0.413
7-
ARG DOTNET_70_SDK_VERSION=7.0.400
8-
ARG DOTNET_80_SDK_VERSION=8.0.100-preview.7.23376.3
6+
ARG DOTNET_60_SDK_VERSION=6.0.414
7+
ARG DOTNET_70_SDK_VERSION=7.0.401
8+
ARG DOTNET_80_SDK_VERSION=8.0.100-rc.1.23455.8
99
ARG DOTNET_RID=linux-x64
1010

1111

0 commit comments

Comments
 (0)