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-10-23 05:03:17 +03:00
|
|
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
|
|
|
<!-- Begin: Package sources from dotnet-emsdk -->
|
|
|
|
<add key="darc-pub-dotnet-emsdk-1ec2e17" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-1ec2e17f/nuget/v3/index.json" />
|
|
|
|
<!-- End: Package sources from dotnet-emsdk -->
|
|
|
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
2021-06-21 21:25:54 +03:00
|
|
|
<!-- <add key="local" value="artifacts" /> -->
|
2021-10-15 04:05:53 +03:00
|
|
|
<!-- <add key="wasdk-internal" value="https://pkgs.dev.azure.com/microsoft/ProjectReunion/_packaging/Project.Reunion.nuget.internal/nuget/v3/index.json" /> -->
|
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" />
|
2021-09-28 23:50:56 +03:00
|
|
|
<add key="dotnet6" value="https://aka.ms/dotnet6/nuget/index.json" />
|
|
|
|
<add key="skiasharp" value="https://aka.ms/skiasharp-eap/index.json" />
|
2020-03-11 14:31:24 +03:00
|
|
|
</packageSources>
|
|
|
|
<activePackageSource>
|
|
|
|
<add key="All" value="(Aggregate source)" />
|
|
|
|
</activePackageSource>
|
2021-04-15 21:49:21 +03:00
|
|
|
<disabledPackageSources />
|
2020-03-11 14:31:24 +03:00
|
|
|
</configuration>
|