2015-07-08 02:12:50 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<config>
|
|
|
|
<add key="repositoryPath" value="NugetPackages" />
|
|
|
|
</config>
|
2017-05-30 22:35:43 +03:00
|
|
|
<activePackageSource>
|
|
|
|
<add key="All" value="(Aggregate source)" />
|
|
|
|
</activePackageSource>
|
|
|
|
<packageSources>
|
2017-08-16 23:52:08 +03:00
|
|
|
<add key="VS IW" value="https://dotnet.myget.org/F/interactive-window/api/v3/index.json" />
|
2017-05-30 22:35:43 +03:00
|
|
|
<add key="NuGet V3" value="https://api.nuget.org/v3/index.json" />
|
2017-12-19 02:05:45 +03:00
|
|
|
<add key="VS Internal" value="https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/VS/nuget/v3/index.json" />
|
|
|
|
<add key="RTVS Internal" value="https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/RTVS-pr/nuget/v3/index.json" />
|
|
|
|
<add key="VS DevCore" value="https://www.myget.org/F/vs-devcore/api/v3/index.json" />
|
|
|
|
<add key="VS Editor" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
|
2017-05-30 22:35:43 +03:00
|
|
|
</packageSources>
|
2017-12-19 02:05:45 +03:00
|
|
|
<disabledPackageSources>
|
|
|
|
<add key="VS Internal" value="true" />
|
|
|
|
<add key="RTVS Internal" value="true" />
|
|
|
|
</disabledPackageSources>
|
2015-07-08 02:12:50 +03:00
|
|
|
</configuration>
|