elsa-core/Nuget.Config
Sipke Schoorstra 8c6a01a363 Update Jint
Fixes #2426
2021-11-03 19:41:29 +01:00

9 lines
295 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Jint MyGet" value="https://www.myget.org/F/jint/api/v3/index.json" />
</packageSources>
</configuration>