mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
<packageSourceMapping>
|
|
<packageSource key="nuget.org">
|
|
<package pattern="*" />
|
|
</packageSource>
|
|
</packageSourceMapping>
|
|
</configuration>
|