2021-04-15 21:49:21 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-11 14:31:24 +03:00
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
2021-02-23 23:05:46 +03:00
|
|
|
<clear />
|
2021-06-21 21:25:54 +03:00
|
|
|
<!-- <add key="local" value="artifacts" /> -->
|
2020-06-06 00:10:28 +03:00
|
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
|
2021-02-09 22:52:43 +03:00
|
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
|
2023-04-18 16:18:01 +03:00
|
|
|
<add key="benchmark-dotnet-prerelease" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/benchmark-dotnet-prerelease/nuget/v3/index.json" />
|
2020-03-11 14:31:24 +03:00
|
|
|
</packageSources>
|
|
|
|
<activePackageSource>
|
|
|
|
<add key="All" value="(Aggregate source)" />
|
|
|
|
</activePackageSource>
|
2023-11-22 17:08:59 +03:00
|
|
|
<disabledPackageSources />
|
2020-03-11 14:31:24 +03:00
|
|
|
</configuration>
|