Skip to content

Commit 3b0a16f

Browse files
authored
Update .Net SDK to 3.1.408 (#1630)
1 parent ec1c58d commit 3b0a16f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.101
4+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.408
55

66
RUN pwsh --command Install-Module platyPS,Pester -Force

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.101"
3+
"version": "3.1.408"
44
}
55
}

tools/releaseBuild/Image/DockerFile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN Import-Module PackageManagement; `
1818
Install-ChocolateyPackage -PackageName git -Executable git.exe; `
1919
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
2020
Install-Module -Force -Name platyPS -Repository PSGallery; `
21-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1 -outfile C:/dotnet-install.ps1; `
22-
C:/dotnet-install.ps1 -Channel Release -Version 2.1.4; `
21+
Invoke-WebRequest -Uri https://dot.net/v1/dotnet-install.ps1 -OutFile C:/dotnet-install.ps1; `
22+
C:/dotnet-install.ps1 -Version 3.1.408; `
2323
Add-Path C:/Users/ContainerAdministrator/AppData/Local/Microsoft/dotnet;
2424

2525
COPY buildPSSA.ps1 containerFiles/buildPSSA.ps1

0 commit comments

Comments
 (0)