mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 13:32:08 +00:00
10 lines
405 B
XML
10 lines
405 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="Cosmos MyGet Feed" value="https://www.myget.org/F/cosmos/api/v3/index.json" />
|
|
<add key="NUnit" value="https://www.myget.org/F/nunit/api/v3/index.json" />
|
|
</packageSources>
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
</configuration>
|