2019-06-27 04:03:22 +03:00
|
|
|
<?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 />
|
2021-10-20 20:31:01 +03:00
|
|
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
|
|
|
<!-- Begin: Package sources from dotnet-runtime -->
|
|
|
|
<!-- End: Package sources from dotnet-runtime -->
|
|
|
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
2019-11-24 03:14:36 +03:00
|
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
2020-04-28 15:42:49 +03:00
|
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
2019-11-24 03:14:36 +03:00
|
|
|
<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" />
|
2020-08-21 19:03:21 +03:00
|
|
|
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
|
|
|
|
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
|
2021-02-09 22:15:18 +03:00
|
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
2019-06-27 04:03:22 +03:00
|
|
|
</packageSources>
|
2020-08-14 21:56:02 +03:00
|
|
|
<disabledPackageSources />
|
2019-06-27 04:03:22 +03:00
|
|
|
</configuration>
|