Files
ArchiSteamFarm/ArchiSteamFarm.Tests/nuget.config

7 lines
202 B
Plaintext
Raw Normal View History

2018-10-05 18:16:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2018-10-05 18:37:07 +02:00
<packageSources>
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
2018-10-05 18:16:41 +02:00
</configuration>