I have a new class library project based on .NET Standard 2.0. I also have an old class library project based on the .NET framework 4.8. Can I reference the framework class library project in my .NET standard 2.0 project?
My end goal is to host my applications in a Linux container.