|
|
|
@ -1,33 +1,19 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<config>
|
|
|
|
|
<!--
|
|
|
|
|
Used to specify the default location to expand packages.
|
|
|
|
|
See: nuget.exe help install
|
|
|
|
|
See: nuget.exe help update
|
|
|
|
|
|
|
|
|
|
In this example, %PACKAGEHOME% is an environment variable.
|
|
|
|
|
This syntax works on Windows/Mac/Linux
|
|
|
|
|
-->
|
|
|
|
|
<add key="repositoryPath" value="%PACKAGEHOME%/External" />
|
|
|
|
|
</config>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Used to specify the default Sources for list, install and update.
|
|
|
|
|
See: nuget.exe help list
|
|
|
|
|
See: nuget.exe help install
|
|
|
|
|
See: nuget.exe help update
|
|
|
|
|
-->
|
|
|
|
|
<packageSources>
|
|
|
|
|
<add key="Tom PIT Git - Connected" value="https://git.tompit.com/api/packages/Connected/nuget/index.json" />
|
|
|
|
|
<add key="Local repository" value="%LOCAL_NUGET%" />
|
|
|
|
|
<add key="TomPITGit" value="https://git.tompit.com/api/packages/Tom-PIT/nuget/index.json" />
|
|
|
|
|
<add key="ConnectedGit" value="https://git.tompit.com/api/packages/Connected/nuget/index.json" />
|
|
|
|
|
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
|
</packageSources>
|
|
|
|
|
|
|
|
|
|
<disabledPackageSources />
|
|
|
|
|
</configuration>
|