How to get rids of nuget packages which is OK to delete. (Xamarin.Forms) -


everytime when update xf or platforms, built-in nugets appeared in nuget packages list.

for example, system.collections, system.diagnostics.debug, system.linq , many many. these kind of things not in nuget packges list before. thought it's necessary.

and noticed package list of xf project created clean. not seems big problem it's annoying.

xamarin forms won't add in these packages, have other packages do. assuming using.net standard. .net standard nuget packages reference these types of packages.

as question, won't affect xf packages @ all, may affect other packages might using.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -