According to other posts, this may be futile, but I will ask anyway.
I have the source code and Visual Studio solution file for a dynamic link library that was written in C#, and compiled using .NET Framework 2.0, probably in 2005 - 2008. Now I am way out of my comfort zone here, but thought perhaps I could (simply) load the files into Visual Studio (17.4.5), and reselect Core 7 as the target framework and recompile. However, when you access Project Properties, and then select the target framework, the only selections are 2.0 to 4.8, with the option at the bottom to "install other frameworks". In selecting "install other frameworks", you are taken to a page to download either Core 6.0 or 7.0, or Frameworks 2.0 through 4.8.1. I selected and installed Core 7.0, and restarted Visual Studio, but Core 7.0 does not show up in the drop down list of possible frameworks.
So why would Core 6 and 7 not show up in the list of available frameworks when they are both installed?
Thanks in advance for your input.