NuGet.config 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <packageSources>
  4. <clear />
  5. <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
  6. <!-- Begin: Package sources from dotnet-runtime -->
  7. <add key="darc-int-dotnet-runtime-2f12400" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2f124007/nuget/v3/index.json" />
  8. <!-- End: Package sources from dotnet-runtime -->
  9. <!-- Begin: Package sources from dotnet-efcore -->
  10. <add key="darc-int-dotnet-efcore-f838f47" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-f838f47b/nuget/v3/index.json" />
  11. <!-- End: Package sources from dotnet-efcore -->
  12. <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
  13. <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
  14. <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
  15. <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
  16. <add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
  17. <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
  18. <add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
  19. <add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
  20. <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
  21. <!-- Used for the SiteExtension bits that are included in the 8.0 build -->
  22. <add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
  23. <add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
  24. <add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
  25. <add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
  26. <!-- Used for the Rich Navigation indexing task -->
  27. <add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
  28. </packageSources>
  29. <disabledPackageSources>
  30. <clear />
  31. <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
  32. <!-- Begin: Package sources from dotnet-efcore -->
  33. <add key="darc-int-dotnet-efcore-f838f47" value="true" />
  34. <!-- End: Package sources from dotnet-efcore -->
  35. <!-- Begin: Package sources from dotnet-runtime -->
  36. <add key="darc-int-dotnet-runtime-2f12400" value="true" />
  37. <!-- End: Package sources from dotnet-runtime -->
  38. <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
  39. </disabledPackageSources>
  40. </configuration>