I had an issue with some NuGet package where the localized resource DLL’s were not copied(more about this in another post). My first thought was that the resource DLL’s were not part of the NuGet package.
But as the NuGet package is a .NET Core package, the content is no longer downloaded to a Packages folder relative to your solution. Instead a global folder is used for all the packages on your system.
But what’s the location of this folder?
After a search on my file system I found all packages in the following location:
c:\Users\[UserName]\.nuget\packages