2016-04-07 20:40:06 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
2016-07-01 00:22:36 +03:00
|
|
|
<clear />
|
2016-06-28 15:01:26 +03:00
|
|
|
<add key="nuget-org" value="https://api.nuget.org/v3/index.json" />
|
2017-04-27 16:01:13 +03:00
|
|
|
<add key="local-feed" value="dev/localfeed" />
|
2016-04-07 20:40:06 +03:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|