16 строки
610 B
Plaintext
16 строки
610 B
Plaintext
<configuration>
|
|
<packageRestore>
|
|
<add key="enabled" value="True" />
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
<packageSources>
|
|
<add key="NexusServer" value="https://nexus.syncfusioninternal.com/repository/nuget-hosted" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<activePackageSource>
|
|
<add key="NexusServer" value="https://nexus.syncfusioninternal.com/repository/nuget-hosted" />
|
|
</activePackageSource>
|
|
<bindingRedirects>
|
|
<add key="skip" value="False" />
|
|
</bindingRedirects>
|
|
</configuration> |