зеркало из https://github.com/SteeltoeOSS/Samples.git
9 строки
372 B
XML
9 строки
372 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="SteeltoeMaster" value="https://www.myget.org/F/steeltoemaster/api/v3/index.json" />
|
|
<add key="SteeltoeDev" value="https://www.myget.org/F/steeltoedev/api/v3/index.json" />
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|