mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
b609cf614d
* Settings control and segmented control should be in new kit. * Update nuget.config
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
<configuration>
|
|
<config>
|
|
<clear />
|
|
</config>
|
|
<packageSourceMapping>
|
|
<packageSource key="nuget.org">
|
|
<package pattern="*" />
|
|
</packageSource>
|
|
</packageSourceMapping>
|
|
</configuration>
|