aboutsummaryrefslogtreecommitdiffstats
path: root/FMark/Nuget.Config
blob: 8ef9d532a1201e879f0ecabceb195fc50f04583d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!-- This clears Nuget configuration in the machine to avoid conflicts with Paket -->
  <packageSources>
    <clear />
    <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
  </packageSources>
  <disabledPackageSources>
     <clear />
  </disabledPackageSources>
</configuration>