Remove stale net6.0 references#1196
Conversation
net6.0 was already removed from the target frameworks (netstandard2.0, netstandard2.1, net8.0, net10.0). Update the platform-compatibility page and fix csproj/script comments that still described netstandard dependency groups as net6.0.
|
Claude finished @mtmk's task in 1m 39s —— View job PR Review: Remove stale net6.0 references
This is a straightforward documentation and comment cleanup — no logic changes. All four files are consistent with the actual target frameworks in Findings:
Separately,
Summary: No bugs, no security issues. The two minor points (comment wording in |
net6.0 was already dropped from the target frameworks (now netstandard2.0, netstandard2.1, net8.0, net10.0). This removes leftover net6.0 mentions from the platform-compatibility docs and corrects csproj and script comments that still labelled netstandard-only dependency groups as net6.0.
Part of #948.