I'm getting this warning when indirectly referencing the Nuget package System.ComponentModel.Composition.Registration
in my .NET Core 3.1 project. I'm not sure what's causing this or what do do about it.
Package 'System.ComponentModel.Composition.Registration 4.7.0' was restored using
'.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7,
.NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8'
instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not
be fully compatible with your project.