mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 17:10:45 -05:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
|
||
|
<config>
|
||
|
<add key="globalPackagesFolder" value=".nuget/packages"/>
|
||
|
</config>
|
||
|
|
||
|
<packageSources>
|
||
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
||
|
</packageSources>
|
||
|
|
||
|
</configuration>
|