mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
11 lines
503 B
XML
11 lines
503 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="Cosmos" 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" />
|
|
<add key="AppVeyor NUnit Adapter CI Feed" value="https://ci.appveyor.com/nuget/nunit3-vs-adapter" />
|
|
</packageSources>
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
</configuration>
|