зеркало из
1
0
Форкнуть 0
service-fabric-aspnetcore/nuget.config

15 строки
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="ServiceFabric_NugetPackages_LocalPath" value="refs" />
</packageSources>
<config>
<!--
Used to specify the default location to expand packages.
See: NuGet.exe help install
See: NuGet.exe help update
-->
<add key="repositoryPath" value="nuget\restored_packages" />
</config>
</configuration>