mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
21 lines
818 B
XML
21 lines
818 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<add key="gh-iterate-ch" value="https://nuget.pkg.github.com/iterate-ch/index.json" protocolVersion="3" />
|
|
<add key="gh-ikvmnet" value="https://nuget.pkg.github.com/ikvmnet/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<packageSourceMapping>
|
|
<packageSource key="MavenFailNuget">
|
|
<package pattern="Cyberduck*" />
|
|
</packageSource>
|
|
<packageSource key="nuget.org">
|
|
<package pattern="IKVM.ByteCode" />
|
|
<package pattern="*" />
|
|
</packageSource>
|
|
<packageSource key="gh-iterate-ch">
|
|
<package pattern="iterate-ch.*" />
|
|
</packageSource>
|
|
</packageSourceMapping>
|
|
</configuration> |