msft-calculator/nuget.config
hanzhang54 fbc6598770
Revert PR#1964 (#2032)
* Revert PR#1964

* Replace keyboard input of decimal with mouse input in UI test

* Update UI test
2023-08-01 19:44:49 +08:00

11 lines
269 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>