Your best bet is to look at the .csproj file.
Look for either the <TargetFramework>
or the <TargetFrameworks>
element. It will have entries such as net461
. You can cross reference with the chart here:
https://learn.microsoft.com/en-us/dotnet/standard/frameworks