Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NuGet.Config - github.com/ONLYOFFICE/CommunityServer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9083fa69c4e6783ac64f49cdd6a9fd08f59ef20e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>