11 lines
469 B
XML
11 lines
469 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<!-- remove inherited connection strings -->
|
|
<clear />
|
|
<!-- add an Azure Artifacts feed -->
|
|
<add key="eSuite" value="https://sunbranding.pkgs.visualstudio.com/e-suite/_packaging/e-suite/nuget/v3/index.json" />
|
|
<!-- Get packages from NuGet.org -->
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
</configuration> |