12 lines
		
	
	
		
			583 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			583 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<configuration>
 | 
						|
  <packageSources>
 | 
						|
    <!--To inherit the global NuGet package sources remove the <clear/> line below -->
 | 
						|
    <clear />
 | 
						|
    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
 | 
						|
    <add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
 | 
						|
    <add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
 | 
						|
    <add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" />
 | 
						|
  </packageSources>
 | 
						|
</configuration>
 |