dotnet-installer/test/TestProjects/TestSimpleIncrementalApp/NuGet.Config

10 lines
383 B
Text
Raw Normal View History

2016-01-14 19:52:54 +00:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>