What is the NuGet package "Microsoft.NETCore.App.Host.win-x64" used for? I see that one of my projects downloads it from the feed, but I don't know why.
The package's description at nuget.org says:
Internal implementation package not meant for direct consumption. Please do not reference directly.
It must be a transitive dependency of one of the packages used in my project, but I have no idea which one.
Also, I noticed that the package is not copied to my Cache folder.
EDIT: Scratch that, I was wrong. It actually gets copied into the Cache as all the other NuGets do.