Initial commit
This commit is contained in:
20
NuGet.Config
Normal file
20
NuGet.Config
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
</disabledPackageSources>
|
||||
<activePackageSource>
|
||||
</activePackageSource>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user