You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get highest AssemblyFileVersionAttribute version (#4270)
This commit updates the FrameworkDescription logic used to determine
the .NET framework version from the AssemblyFileVersionAttribute on the
assembly containing the base object type to
1. Get all AssemblyFileVersionAttribute attributes
2. order by versioning descending
3. get the first version
This is to workaround an edge case in using this technique to get the
.NET Framework version that appears to affect running an application
under full framework in IIS.
Fixes#4189.
0 commit comments