I have an ASP.NET Core MVC web application. Some packages in NuGet have a dependency on the .NET Framework.
I am a bit confused about dependency on .NET Framework in a .NET Core application, because .NET Core is cross-platform.
What does it mean? Does it mean the .NET Framework should be installed?
