mirror of
https://github.com/ONLYOFFICE/CommunityServer.git
synced 2025-04-18 13:24:01 +03:00
11 lines
396 B
XML
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> |