BenchmarkDotNet/NuGet.Config

14 строки
665 B
Plaintext
Исходник Обычный вид История

2016-05-26 02:36:44 +03:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
<add key="Xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
</packageSources>
</configuration>