Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NuGet.config - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c616c8e4f7c20cb8571e5468b52c77bc0b152b59 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
	</packageSources>
</configuration>