Skip to content

Update SDK version in global.json #1085

Closed
@wilmardo

Description

@wilmardo

Summary of the new feature

Update the SDK version in the global.json file since Microsoft offers no download for the 2.1.101 version or compatible patch release (as far as I could find). See on the downloads page that 2.1.300 is lowest offered version.
Right now I cannot build PSScriptAnalyzer without replacing the global.json with an empty json (removing doesn't work because of this).

Proposed technical implementation details (optional)

Change the global.json to:

{
    "sdk": {
        "version": "2.1.401"
    }
}

This should be no problem since this version is included in the Ubuntu image on AppVeyor (see the software list).
Since 2.1.403 is a patch release of 2.1.401 it should work on systems with 2.1.403 installed. See the matching rules of the global.json.

What is the latest version of PSScriptAnalyzer at the point of writing
v1.17.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions