CustomAttribute TargetFrameworkVersion empty in .NET Core assembly #758
Unanswered
rambaMamba64
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
trying to read TargetFrameworkVersion CustomAttribute with Cecil from .NET Core 3.1 assembly.
For .NET Framework assemblies the property is set to (i.e.) ".NET Framework 4.7.2" .
In case of .NET Core, the property value is empty string (I am expecting ' .NETCoreApp v3.1.15')
I tried to debug to detect the problem, but it's a little bit complex :-).
Thank you for every info.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions