elsa-core/Nuget.Config

8 lines
207 B
Plaintext
Raw Normal View History

2018-10-14 10:24:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-09-21 22:19:06 +00:00
2018-10-14 10:24:36 +00:00
<configuration>
2019-09-21 22:19:06 +00:00
<packageSources>
2020-10-03 10:48:25 +00:00
<clear/>
2019-09-21 22:19:06 +00:00
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
2018-10-14 10:24:36 +00:00
</configuration>