1
0
mirror of https://github.com/ONLYOFFICE/CommunityServer.git synced 2025-04-18 13:24:01 +03:00
CommunityServer/NuGet.Config
2022-01-18 09:00:37 +00:00

11 lines
396 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Custom NuGet Server" value=".nuget/packages" />
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
</configuration>