15 строки
428 B
XML
15 строки
428 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config/>
|
|
<packageRestore>
|
|
<add key="enabled" value="True" />
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration> |