mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-03 11:20:35 +00:00
10 lines
407 B
XML
10 lines
407 B
XML
<?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" />
|
|
<add key="Elsa prereleases" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" />
|
|
</packageSources>
|
|
</configuration> |