2024-04-26 19:41:44 +02: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>
|
2024-01-12 09:35:44 -08:00
|
|
|
</configuration>
|