mirror of
https://github.com/microsoft/calculator.git
synced 2025-03-12 04:35:52 -07:00
* Revert "Revert PR#1964 (#2032)" This reverts commit fbc65987700f45fd7bdcd7144b9ffd9aa9720119. * Updating namespaces * Using Uwp package and loc fix
10 lines
268 B
XML
10 lines
268 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> |