See pre-cursor question... What is the significance of the 'Version' column in Visual Studio NugetPackageManager interface? (as distinct from the 'Installed' column)
Having established that the Version column is intended to indicate "what version would be installed by clicking the install button now" ...
I'm testing .NET version compatibility of a Nuget Package that I'm publishing. When I attempt to install it in't .NET Framework project, the 'Installed' column is populated, but the 'Version' column isn't.
- Why?
- What does the absence of a value in the column mean?
- Should I care / be worried? Have I done something wrong?
I'm hoping this is just some artifact of Nuget having evolved along with the move from .NET Framework to .NET Core/Standard?