1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <packageSources>
4    <!-- nuget-build is necessary for the integration package to
5         depend on the same NuGet package that the sdk uses -->
6    <add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
7    <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
8    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
9  </packageSources>
10</configuration>
11