dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.24k stars 5.89k forks source link

Update library guidance #31175

Open Jericho opened 2 years ago

Jericho commented 2 years ago

In particular, the "Cross-platform targeting" section needs to be refreshed, I think.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ArthurHNL commented 1 year ago

I would like to point out that .NET 5 is out of support by now. So this article is de-facto recommending to target a framework that is out of support, as it suggests adding a reference to net5.0 or later.

Jericho commented 1 year ago

@gewarren I noticed that you are preparing a list of documents to update for .NET 8. Maybe the guidelines for library authors should also be on that list?