-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update PowerShell support on Ubuntu distro to reflect .NET support guidance #8786
Copy link
Copy link
Closed
Closed
Copy link
Labels
area-release-notesArea - Release notesArea - Release notesarea-setupArea - Installer packages and configurationArea - Installer packages and configurationissue-doc-bugIssue - error in documentationIssue - error in documentation
Description
Prerequisites
- Write a descriptive title.
- Search the existing issues.
- I am reporting the documentation problem for version of PowerShell I am using.
Version
7.0, 7.1, 7.2
Link to affected document
Description of the documentation error
We need to update documentation for Linux setup docs. For Ubuntu distro version support .NET has issued guidance on which versions of .NET will be supported for their latest Ubuntu22.04 distro.
.NET 6.0 and newer (used by PowerShell 7.2 and newer) will be supported for Ubuntu22.04.
.NET 3.1 and .NET 5.0 (used by PowerShell 7.0 and 7.1, respectively) will be supported up to Ubuntu20.04. This is because openSSL1.x is used for these .NET versions and OpenSSL3 will not be supported. So support for these .NET versions (and thus PowerShell versions) will end with Ubuntu20.04
Suggested fix
Just need to update docs accordingly, thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-release-notesArea - Release notesArea - Release notesarea-setupArea - Installer packages and configurationArea - Installer packages and configurationissue-doc-bugIssue - error in documentationIssue - error in documentation