2019-11-09 04:24:36 +03:00
|
|
|
<configuration>
|
2021-01-11 22:20:45 +03:00
|
|
|
<packageSources>
|
2021-01-20 01:21:17 +03:00
|
|
|
<clear />
|
2021-01-11 22:20:45 +03:00
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
2021-07-22 01:01:52 +03:00
|
|
|
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
|
2020-09-11 00:32:34 +03:00
|
|
|
<add key="MUX-Shared" value="https://pkgs.dev.azure.com/ms/microsoft-ui-xaml/_packaging/MUX-Shared/nuget/v3/index.json" />
|
2020-08-28 04:36:16 +03:00
|
|
|
</packageSources>
|
2021-01-20 01:21:17 +03:00
|
|
|
<disabledPackageSources>
|
|
|
|
<clear />
|
|
|
|
</disabledPackageSources>
|
2021-04-09 06:36:40 +03:00
|
|
|
</configuration>
|