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: fab025484ac5a3916351ad23144bae83dfc55aa6 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="local-build" value="build/nuget-feed"/>
  </packageSources>
</configuration>