Skip to content

Commit ffaabaf

Browse files
authored
Bump .NET SDK and SMA patch version (#1795)
1 parent 4890939 commit ffaabaf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
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.408
4+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.419
55

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

Engine/Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</ItemGroup>
6565

6666
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
67-
<PackageReference Include="System.Management.Automation" Version="7.0.3" />
67+
<PackageReference Include="System.Management.Automation" Version="7.0.11" />
6868
</ItemGroup>
6969
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
7070
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.408"
3+
"version": "3.1.419"
44
}
55
}

tools/releaseBuild/Image/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN Import-Module PackageManagement; `
1919
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
2020
Install-Module -Force -Name platyPS -Repository PSGallery; `
2121
Invoke-WebRequest -Uri https://dot.net/v1/dotnet-install.ps1 -OutFile C:/dotnet-install.ps1; `
22-
C:/dotnet-install.ps1 -Version 3.1.408; `
22+
C:/dotnet-install.ps1 -Version 3.1.419; `
2323
Add-Path C:/Users/ContainerAdministrator/AppData/Local/Microsoft/dotnet;
2424

2525
COPY buildPSSA.ps1 containerFiles/buildPSSA.ps1

0 commit comments

Comments
 (0)