We want to migrate Windows application to Microsoft .NET 4.8 Framework and it uses assembly which running against .NET 4.5. Since it is used by multiple applications, we installed it into the global assembly cache.
So my questions is, do we need to migrate that assembly to .NET 4.8 as well in order for it to work with the migrated Windows application?
If the package compiles fine with .NET 4.8, there is no need for the upgrade. Else an upgrade would be needed provided the new package is available