Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Wouldn't updating from .NET 5 -> .NET 6 on the nuget package require consumers to also be on .NET 6? Would think that since consumers need to make updates (if on .NET 5) to avoid a breaking change that would potentially be a reason to make it a major version. Commented Jan 4, 2023 at 21:09
  • @DeveloperGuy See the last paragraph. If it's a package that consumers download and include in their systems, then probably. But if it's a web API that consumers interact with over HTTP, then no. Commented Jan 4, 2023 at 21:15