我应该为.NET Core RC2和1.0使用哪个nuget feed(source)?

时间:2016-08-10 12:52:43

标签: asp.net-core nuget .net-core

我已经看到了有关使用特定nuget feed来处理.NET核心RC2和1.0应用程序的不同建议。我有点困惑,因为我在任何地方都找不到任何官方信息。

使用.NET核心时,nuget feed(源)的正确/最佳设置是什么?

我只针对这个框架net46(目标框架monikor)。这会改变答案吗?

为了您的信息,我在... / AppData / Roaming / NuGet下的nuget.config看起来像这样:

  <activePackageSource>
    <add key="aspnetmasterci" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
  </activePackageSource>
...
  <packageSources>
    <add key="aspnetmaster" value="https://www.myget.org/F/aspnetmaster/api/v3/index.json" />
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
    <add key="aspnetmasterci" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
  </packageSources>

1 个答案:

答案 0 :(得分:0)

只需使用默认的nuget.org feed,用于dotnet core 1.0。

Aspnet feed是aspnet声明Github存储库中的详细信息:

对于corefx(基础框架):

来源:此回购中的Readme.md文件