Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 为什么.NET Framework System.*依赖项作为nuget包添加?_C#_.net_Dependencies_Nuget_Nuget Package - Fatal编程技术网

C# 为什么.NET Framework System.*依赖项作为nuget包添加?

C# 为什么.NET Framework System.*依赖项作为nuget包添加?,c#,.net,dependencies,nuget,nuget-package,C#,.net,Dependencies,Nuget,Nuget Package,当我将Microsoft nuget软件包(Microsoft.Azure.ServiceBus)添加到我的.NET Framework 4.7.2类库时,Visual Studio 2019还将System.*依赖项添加为nuget软件包,为什么 我本以为这些System.*已经是.NET Framework的一部分,如System.IO、System.NET.WebSockets和System.Security.*-它们也在扰乱包.config 为什么这些被添加为Nuget包 这有什么好

当我将Microsoft nuget软件包(Microsoft.Azure.ServiceBus)添加到我的.NET Framework 4.7.2类库时,Visual Studio 2019还将System.*依赖项添加为nuget软件包,为什么

我本以为这些System.*已经是.NET Framework的一部分,如System.IO、System.NET.WebSockets和System.Security.*-它们也在扰乱包.config

  • 为什么这些被添加为Nuget包
  • 这有什么好处
  • 我可以从Nuget中删除它们并从.NET Framework中引用它们吗
  • 我应该吗