Files
ArchiSteamFarm/nuget.config

7 lines
204 B
Plaintext
Raw Normal View History

2017-10-23 12:55:35 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
2017-10-23 12:55:35 +02:00
</packageSources>
</configuration>