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

NuGet.Config - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73f2d6774ac4c0e8f539bb3ae65292d7b7fcd4e4 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
	</packageSources>
</configuration>