Skip to content

Please establish roadmap for easily switching between .NET Standard and .NET in projects #77913

Answered by 333fred
SetTrend asked this question in Ideas
Discussion options

You must be logged in to vote

Yes, but won't people be deterred if a NuGet package was based on a .NET version that, in the near future, was no more supported?

If they're deterred by .NET 9 packages, then they'll be extra deterred by .NET standard 2.0 packages. .NET Standard is not receiving new versions. The newest version that will ever be is 2.1, which almost no one uses because why would you use 2.1 over .NET Core 3.1. Either you need to support .NET Framework and .NET, in which case you target .NET Standard 2.0, or you don't care about Framework, in which case you target whatever modern version of .NET you feel like, and upgrade when you decide the new language and library features are worth it for you.

It's im…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@SetTrend
Comment options

@jasonmalinowski
Comment options

@jasonmalinowski
Comment options

@333fred
Comment options

Answer selected by SetTrend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants