This commit is contained in:
Erich Barnstedt 2017-05-24 08:45:46 +02:00
Родитель d8191f8627
Коммит 0ff013062f
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<config>
<add key="repositorypath" value="..\packages" />
</config>
<packageSources>
<add key="nugetv2" value="https://www.nuget.org/api/v2/" />
<add key="nugetv2dotnet" value="https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/" />
<add key="nugetv3" value="https://api.nuget.org/v3/index.json" />
<add key="myget" value="https://www.myget.org/F/iot-gateway-packages-repo/api/v3/index.json"/>
<!-- To enable LocalFeed for testing uncomment the following line -->
<!-- <add key="Local" value=".nuget" /> -->
</packageSources>
</configuration>

Просмотреть файл

@ -14,7 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Dockerfile = Dockerfile
global.json = global.json
License.txt = License.txt
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject