elsa-core/Nuget.Config
2019-09-22 00:19:06 +02:00

9 lines
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Elsa Preview" value="https://www.myget.org/F/elsa/api/v3/index.json" />
<add key="OrchardCore Preview" value="https://www.myget.org/F/orchardcore-preview/api/v3/index.json" />
</packageSources>
</configuration>