PowerShell/docs/cmdlet-example/NuGet.config

8 lines
287 B
Plaintext
Raw Normal View History

2016-05-04 02:08:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="CI Builds (dotnet-core)" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>