mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 02:39:22 +08:00
11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<packageSources>
|
||
|
<clear />
|
||
|
<add key="PowerToysCDPX_Feed" value="https://github-private.pkgs.visualstudio.com/microsoft/_packaging/PowerToysCDPX_Feed/nuget/v3/index.json" />
|
||
|
</packageSources>
|
||
|
<disabledPackageSources>
|
||
|
<clear />
|
||
|
</disabledPackageSources>
|
||
|
</configuration>
|