How to Reduce NuGet Restore Time of UWP Apps

Kurt von Laven 1 Reputation point
2021-04-28T21:50:31.543+00:00

Is there any way to slim down the size of the Microsoft.NETCore.UniversalWindowsPlatform NuGet package (e.g., better compression or only pull down the portions we use in our app)? It is about 2.64 GB, and restoring it every time even from a local cache significantly increases our build times.

Universal Windows Platform (UWP)
{count} votes