Cleanups
This commit is contained in:
40
NuGet.Config
40
NuGet.Config
@@ -1,20 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="repositoryPath" value="..\packages" />
|
||||
</config>
|
||||
<packageRestore>
|
||||
<add key="enabled" value="True" />
|
||||
<add key="automatic" value="True" />
|
||||
</packageRestore>
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="Gerst ITS" value="https://packages.gerst-it.com/nuget/public/v3/index.json" />
|
||||
<add key="nuget.org - V2" value="https://www.nuget.org/api/v2/" />
|
||||
<add key="nuget.org - V3" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
<disabledPackageSources>
|
||||
<packageRestore>
|
||||
<add key="enabled" value="True" />
|
||||
<add key="automatic" value="True" />
|
||||
</packageRestore>
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="Gerst ITS" value="https://packages.gerst-it.com/nuget/public/v3/index.json" />
|
||||
<add key="nuget.org - V2" value="https://www.nuget.org/api/v2/" />
|
||||
<add key="nuget.org - V3" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
<disabledPackageSources>
|
||||
</disabledPackageSources>
|
||||
<activePackageSource>
|
||||
<activePackageSource>
|
||||
</activePackageSource>
|
||||
<packageSourceMapping>
|
||||
<packageSource key="nuget.org - V2">
|
||||
<package pattern="*" />
|
||||
</packageSource>
|
||||
<packageSource key="nuget.org - V3">
|
||||
<package pattern="*" />
|
||||
</packageSource>
|
||||
<packageSource key="Gerst ITS">
|
||||
<package pattern="GerstITS.*" />
|
||||
</packageSource>
|
||||
</packageSourceMapping>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user