NuGet.config 1.2 KB
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<!-- This file should be kept in sync across https://www.github.com/dotnet/wpf and dotnet-wpf-int repos. -->
<configuration>
  <packageSources>
    <clear />
6
    <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7
    <add key="darc-pub-dotnet-runtime-78740be" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-78740beb/nuget/v3/index.json" />
8
    <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
9
    <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
10
    <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
11 12
    <add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
    <add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
13 14
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
  </packageSources>
15
  <disabledPackageSources />
16
</configuration>