aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
blob: d4244526c4102ed4399ebc6a3271432a0ee025ae (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <packageSources>
        <add key="nuget" value="https://api.nuget.org/v3/index.json" />
        <add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
    </packageSources>
</configuration>