2026-02-14 08:47:56 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-11-30 08:08:01 -06:00
|
|
|
<configuration>
|
2024-01-30 13:36:25 -08:00
|
|
|
<packageSources>
|
2023-02-13 12:10:33 -05:00
|
|
|
<clear />
|
2025-07-14 13:58:59 -05:00
|
|
|
<add key="PowerToysPublicDependencies" value="https://pkgs.dev.azure.com/shine-oss/PowerToys/_packaging/PowerToysPublicDependencies/nuget/v3/index.json" />
|
2024-01-30 13:36:25 -08:00
|
|
|
</packageSources>
|
2023-02-13 12:10:33 -05:00
|
|
|
<packageSourceMapping>
|
2025-07-14 13:58:59 -05:00
|
|
|
<packageSource key="PowerToysPublicDependencies">
|
2023-02-13 12:10:33 -05:00
|
|
|
<package pattern="*" />
|
|
|
|
|
</packageSource>
|
|
|
|
|
</packageSourceMapping>
|
2025-09-26 13:03:00 +08:00
|
|
|
</configuration>
|