You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <packageSources>
  4. <clear />
  5. <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
  6. <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
  7. <add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
  8. </packageSources>
  9. <packageSourceMapping>
  10. <packageSource key="nuget.org">
  11. <package pattern="*" />
  12. <package pattern="Microsoft.DiaSymReader.Native" />
  13. <package pattern="Microsoft.DiaSymReader" />
  14. </packageSource>
  15. <packageSource key="dotnet9-transport">
  16. <package pattern="ILCompiler.Reflection.ReadyToRun.Experimental" />
  17. </packageSource>
  18. <packageSource key="dotnet-tools">
  19. <package pattern="Microsoft.DiaSymReader.Converter.Xml" />
  20. <package pattern="Microsoft.DiaSymReader.PortablePdb" />
  21. </packageSource>
  22. </packageSourceMapping>
  23. </configuration>