AdaptiveCards/source/NuGet.config

12 строки
409 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- remove any machine-wide sources with <clear/> -->
<clear />
<add key="AdaptiveCards-Public" value="https://microsoft.pkgs.visualstudio.com/AdaptiveCards/_packaging/AdaptiveCards-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>