mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-19 15:58:39 +00:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
|
||
|
|
<configuration>
|
||
|
|
<config>
|
||
|
|
<add key="dependencyversion" value="Highest" />
|
||
|
|
</config>
|
||
|
|
|
||
|
|
<packageSources>
|
||
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||
|
|
</packageSources>
|
||
|
|
</configuration>
|