I create .NET applications on .NET 4.5.2 or 4.6.2 and do not use .NET Core. When upgrading NuGet packages in Visual Studio 2015, the Updates tab lists dozens of packages that are part of the .NET Framework, such as System.IO and System.Linq.
Is it good to include / store these packages in the package folder, in each VS solutions folder?
Can / should I only use the .NET Framework that has already been installed?
Is there a way to not display these .NET Framework packages on the NuGet VS Updates tab?
Apparently, after upgrading to the latest version of xUnit.NET v2.2.0, NuGet VS starts promoting the 31st update, as shown in this screenshot. But I do not use them.


source share