Rename nuget package source otherwise it's not enabled by default
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					<?xml version="1.0" encoding="utf-8"?>
 | 
				
			||||||
<configuration>
 | 
					<configuration>
 | 
				
			||||||
    <packageSources>
 | 
					    <packageSources>
 | 
				
			||||||
        <add key="nuget.org" value="https://nuget.org/api/v2/" />
 | 
					        <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
 | 
				
			||||||
        <add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />	
 | 
					        <add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />	
 | 
				
			||||||
    </packageSources>
 | 
					    </packageSources>
 | 
				
			||||||
    <activePackageSource>
 | 
					    <activePackageSource>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user