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