Building .NET 6 image on .NET 8 docker referencing an assembly that supports both versions
I have a project that has a target framework of .NET 6.0, and it uses a shared library which has target frameworks of both net6.0;net8.0
.
Building .net6 image on .net8 docker referencing an assembly that supports both versions
I have a project that has a target framework of net6.0, and it uses a shared library which has target frameworks of both net6.0;net8.0.