elsa-core/NuGet.Config

8 lines
305 B
Plaintext
Raw Normal View History

2022-01-04 08:42:12 +00:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="Jint prereleases" value="https://www.myget.org/F/jint/api/v3/index.json" />
</packageSources>
</configuration>