Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nuget.config - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5c2de7937a17cfdcc9c640198ac2f0f8b8dc392 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear/>
    <add key="local-build" value="build/nuget-feed"/>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
    <add key="mirepoix" value="https://www.myget.org/F/mirepoix/api/v3/index.json"/>
    <add key="Roslyn Nightlies" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
  </packageSources>
</configuration>