Use NuGet.Config for SignalR benchmarks (#9958)

This commit is contained in:
BrennanConroy 2019-05-03 17:31:04 -07:00 committed by Sébastien Ros
parent f00ba84186
commit f17721299a
2 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,2 @@
<Project>
<Import Project="$(MSBuildThisFileDirectory)..\..\..\..\build\sources.props" />
</Project>
</Project>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
<add key="entityframeworkcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json" />
<add key="aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />
<add key="aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>