Reduce size of the nuget fallback folder #3650
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Done
This issue has been fixed
Milestone
From @natemcmaster on Friday, April 27, 2018 3:19:18 PM
The NuGet fallback folder for 2.1 is a whopping 1.01 GB once expanded on disk. This includes lots of packages that should be unnecessary to execute a .NET Core 2.1 application, but are still required to restore a .NET Core 2.1 application.
This includes:
Result:
More details
A peek inside. Here are the packages that consume the most disk space:
Also, here is a breakdown of the files inside:
Here are all the runtime.* specific nupkgs inside
Copied from original issue: aspnet/Universe#1124
The text was updated successfully, but these errors were encountered: