Skip to content

Commit

Permalink
Update .NET sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Sep 15, 2022
1 parent 73ab9be commit d88f913
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,8 +15,8 @@ env:
GITVERSION_VERSION: 5.10.3
MSVS_TOOLSET_VERSION: 16
SNAPX_DOTNET_FRAMEWORK_VERSION: net6.0
DOTNET_NET60_VERSION: 6.0.400
DOTNET_NET70_VERSION: 7.0.100-preview.7.22377.5
DOTNET_NET60_VERSION: 6.0.401
DOTNET_NET70_VERSION: 7.0.100-rc.1.22431.12
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 = "15.0",
[string] $DockerVersion = "16.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,8 +3,8 @@ 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.400
ARG DOTNET_70_SDK_VERSION=7.0.100-preview.7.22377.5
ARG DOTNET_60_SDK_VERSION=6.0.401
ARG DOTNET_70_SDK_VERSION=7.0.100-rc.1.22431.12
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit d88f913

Please sign in to comment.