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: 223852ae77b92fb26eeb8d999b47a4a683c40a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<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="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" />
		<add key="VS Editor" value="https://vside.myget.org/F/vssdk/api/v3/index.json" />
		<add key="VS Editor Impl" value="https://vside.myget.org/F/vs-impl/api/v3/index.json" />
		<add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/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/" />
		<add key="Azure AppService" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" />
		<add key="MSBuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
		<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
	</packageSources>
</configuration>