We have a project that references multiple NuGet libraries requiring the .NET Framework. If we migrate to .NET Core, can we continue to use those NuGet libraries?
If I want to pass a Type object from .NET Core to a NuGet package using the .NET Framework, will that work?