20 строки
632 B
XML
20 строки
632 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<solution>
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
</solution>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
|
|
</packageSources>
|
|
<packageRestore>
|
|
<!-- Allow NuGet to download missing packages -->
|
|
<add key="enabled" value="True" />
|
|
|
|
<!-- Automatically check for missing packages during build in Visual Studio -->
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
<disabledPackageSources>
|
|
<add key="myget-dotnet-core" value="true" />
|
|
</disabledPackageSources>
|
|
</configuration>
|