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
304NotModified
changed the title
AssemblyVersionLayoutRenderer not working for net451
AssemblyVersionLayoutRenderer not working for net451 + net461
Nov 30, 2017
Think there are some problems
#if
will match net451There is also missing a null-check for GetEntryAssembly() for NETSTANDARD2_0, as it can return null.
Not sure why NetStandard15 cannot use GetEntryAssembly() just like NETSTANDARD2_0?
Instead of using PlatformServices.Default.Application.RuntimeFramework.Version for NetStandard13, then it should be:
Microsoft.Extensions.PlatformAbstractions.PlatformServices.Default.Application.ApplicationVersion
The text was updated successfully, but these errors were encountered: