<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
    <add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
    <add key="XUnit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
    <add key="Autofac" value="https://www.myget.org/F/autofac/api/v3/index.json" />
  </packageSources>
</configuration>