Skip to content

PSReadLine projects targets .NET 6 which is out of support #4776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
Frulfump opened this issue Jun 7, 2025 · 0 comments
Open
1 task done

PSReadLine projects targets .NET 6 which is out of support #4776

Frulfump opened this issue Jun 7, 2025 · 0 comments
Labels
Issue-Enhancement It's a feature request. Needs-Triage 🔍 It's a new issue that core contributor team needs to triage.

Comments

@Frulfump
Copy link

Frulfump commented Jun 7, 2025

Prerequisites

  • Write a descriptive title.

Description of the new feature/enhancement

The TargetFrameworks is <TargetFrameworks>net472;net6.0</TargetFrameworks>
https://github.com/PowerShell/PSReadLine/blob/master/test/PSReadLine.Tests.csproj
https://github.com/PowerShell/PSReadLine/blob/master/Polyfill/Polyfill.csproj
https://github.com/PowerShell/PSReadLine/blob/master/MockPSConsole/MockPSConsole.csproj

Should be updated to net8.0 instead

Proposed technical implementation details (optional)

Change TFM and fix any issues caused by that
<TargetFrameworks>net472;net8.0</TargetFrameworks>
Might make sense (or be required) to update some packages at the same time.
Update buildscript/readme

@Frulfump Frulfump added the Issue-Enhancement It's a feature request. label Jun 7, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Jun 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement It's a feature request. Needs-Triage 🔍 It's a new issue that core contributor team needs to triage.
Projects
None yet
Development

No branches or pull requests

1 participant