20 lines
		
	
	
		
			671 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			671 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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> |