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: b5e8933c61ddbc5be68565e7658f5e6ef2eb9ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
		<add key="Nuget Official" value ="https://api.nuget.org/v3/index.json" />
		<add key="Roslyn Nightlies" value ="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
		<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
		<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
		<add key="Templating" value="https://dotnet.myget.org/F/templating/" />
	</packageSources>
</configuration>