We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51575e9 commit dbed95dCopy full SHA for dbed95d
NuGet.config
@@ -16,6 +16,8 @@
16
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
17
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
18
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
19
+ <!-- Harvesting feed from 2.1 -->
20
+ <add key="darc-int-dotnet-corefx-43e382ec" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-corefx-43e382ec/nuget/v3/index.json" />
21
</packageSources>
22
<disabledPackageSources>
23
<clear />
0 commit comments