Skip to content

.devcontainer .NET sdk version was not updated to 3.1.101 #11694

@Jawz84

Description

@Jawz84

Steps to reproduce

Open the PowerShell repo in a VSCode devcontainer.

The Dockerfile pulls version 3.1.100 instead of 3.1.101, this was omitted in #11582 .

Relevant file/line: https://github.com/PowerShell/PowerShell/blob/master/.devcontainer/Dockerfile#L6

Related issue: #11220

When you try to do dotnet restore it fails, saying dotnet sdk 3.1.101 is required.

Expected behavior

container dotnet sdk version is kept in sync with sdk version of the rest of the project.

Actual behavior

bumping the container image version number is a manual step, that can be easily overlooked.

Environment data

v7.0.0-rc.2 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-FixedThe issue is fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions