mirror of https://github.com/Squidex/squidex.git
4 changed files with 17 additions and 9 deletions
@ -0,0 +1,8 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<packageSources> |
|||
<add key="myget.org" value="https://dotnet.myget.org/F/orleans-ci/api/v3/index.json" protocolVersion="3" /> |
|||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
|||
<add key="localfeed" value="libs" /> |
|||
</packageSources> |
|||
</configuration> |
|||
Loading…
Reference in new issue