dotnet-installer/test/dotnet-performance.Tests/nuget.config
2016-04-27 08:41:22 -07:00

6 lines
211 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="dotnet-buildtools" value="https://myget.org/F/dotnet-buildtools/api/v3/index.json" />
</packageSources>
</configuration>