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?
CodePudding user response:
After some tests, looks like the Version
column is controlled by the PackageReference
which is, of course, used in