Do we need to migrate .NET assembly to use in Windows application which migrated to .NET 4.8 framework?

57 views Asked by At

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?

1

There are 1 answers

0
Aster Veigas On

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