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: a8fc5c62645516a24c69fe333a6e8acb6123cfa8 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<packageSources>
		<clear />
		<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
	</packageSources>
</configuration>