2017-08-21 15:34:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
|
|
<!-- When the tests are run from the repo's test bin directory,
|
|
|
|
this NuGet.config should be read to find the local package
|
|
|
|
directory. -->
|
2017-10-19 20:04:20 +00:00
|
|
|
<add key="local linker packages" value="../bin/nupkgs" />
|
2017-08-21 15:34:15 +00:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|