I have an application that we are going to upgrade from .net framework 4.6 to .net 6. However one class library has to be run in .net 5 because of limitations in a Linux version that we have to use. So I wonder if it is possible to use the .net 5 library with .net 6?
