You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used to specify the default Sources for list, install and update.
See: nuget.exe help list
See: nuget.exe help install
See: nuget.exe help update
-->
<packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="BenchmarkDotNet CI package source" value="https://ci.appveyor.com/nuget/benchmarkdotnet" /> <!-- Needed due to this issue: https://github.com/dotnet/BenchmarkDotNet/issues/1713 -->