You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All this discussion will be regarding the .NET Framework targeted assemblies, in the various nuget packages.
Microsoft.Extensions.ObjectPool 9.0.9 on nuget.org has assembly version 9.0.9.0
But every single other .NET maintenance package and Microsoft.Extensions.* package has the servicing number in the 4th integer position: 9.0.0.9.
Expected Behavior
In a .NET Framework app where we have to manually manage binding redirects, this peculiarity is a pain to deal with. While I recognize that you probably cannot ship the 10th servicing release of this assembly with a lower version of 9.0.0.10, can you please at least for .NET 10 fix this assembly to use the same assembly versioning convention as all the other .NET packages?