mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 00:20:08 +00:00
7 lines
264 B
XML
7 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <!-- As a workaround until https://github.com/appveyor/ci/issues/1869 is fixed -->
|
|
</packageSources>
|
|
</configuration>
|