elsa-core/NuGet.Config

8 lines
318 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-01-04 08:42:12 +00:00
<configuration>
<packageSources>
<clear />
2022-01-04 08:42:12 +00:00
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="Elsa 3 Preview" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" />
2022-01-04 08:42:12 +00:00
</packageSources>
</configuration>