Files
ArchiSteamFarm/ArchiSteamFarm.Tests/nuget.config

12 lines
278 B
Plaintext
Raw Normal View History

2018-10-17 20:22:55 +02:00
<?xml version="1.0" encoding="utf-8"?>
2018-10-05 18:16:41 +02:00
<configuration>
2018-11-19 15:33:29 +01:00
<config>
<add key="dependencyversion" value="Highest" />
2018-10-29 23:19:31 +01:00
</config>
2018-10-17 20:28:17 +02:00
<packageSources>
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>