2021-02-17 07:17:02 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
2021-02-24 02:38:47 +03:00
|
|
|
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
|
2021-03-03 21:36:32 +03:00
|
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"/>
|
2021-02-17 07:17:02 +03:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|