Remove custom NuGet config.
This commit is contained in:
Родитель
d8191f8627
Коммит
0ff013062f
17
NuGet.Config
17
NuGet.Config
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче