-
Notifications
You must be signed in to change notification settings - Fork 849
Description
Scenario. Targeting .NET core 2.1, netstandard2.0 running on .NET core 2.1. We are leveraging ASP.NET core (which would be 2.1 since part of core). We consume many packages from this repo and they are versioned the same as .NET core. I get many Nuget updates available for 2.2, 3.0, 3.1 versions of these packages and I'm not sure if can upgrade to any safely. Am I supposed to stay on 2.1.* versions of these packages? Are only the 2.1.* and 3.1.* versions of these packages considered 'LTS' or is this repo out of that scope?
I searched a while trying to find guidance on this, but was unable to, so hoping someone can point to some documentation or have some written. This seems like an obvious question, so surprised I couldn't find anything. I'm tempted to use wildcard versions (2.1.*) but not sure if necessary.