2021-08-03 01:44:35 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-09-14 02:34:31 +03:00
|
|
|
<configuration>
|
2021-02-11 03:25:27 +03:00
|
|
|
<packageSources>
|
|
|
|
<clear />
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
2021-08-03 00:43:44 +03:00
|
|
|
<add key="WCT Latest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
|
|
|
|
<add key="WCT PRs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-PullRequests/nuget/v3/index.json" protocolVersion="3" />
|
2021-02-11 03:25:27 +03:00
|
|
|
</packageSources>
|
|
|
|
<disabledPackageSources>
|
|
|
|
<clear />
|
|
|
|
</disabledPackageSources>
|
2019-09-14 02:34:31 +03:00
|
|
|
</configuration>
|