2019-11-09 04:24:36 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
|
|
<add key="MyGet" value="https://dotnet.myget.org/F/uwpcommunitytoolkit/api/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>
|
2019-11-09 04:24:36 +03:00
|
|
|
</configuration>
|