dotnet-core/samples/nuget.config
Rich Lander 9a6dcec01f Add linker instructions (#878)
* Add linker instructions

* Improve examples

* Add advanced instructions

* Format commands

* Update per feedback
2017-08-24 11:23:25 -07:00

6 lines
205 B
XML

<?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" />
</packageSources>
</configuration>