I was introduced to c# and visual studio yesterday and I know this is a very simple question. But we are porting code from .NET framework to .net CORE. My job is to install packages/libs that were present in the old code into the new code (The target framework of the solution is 2.1)
But how can I see in NuGet packet manager that a specific library is supported by CORE 2.1? For examples, can I see if this supports CORE on the image, or are all available packages compatible with core 2.0 since this is the target framework?