mirror of https://github.com/bmgjet/Oxide.Rust.git
17 lines
490 B
XML
17 lines
490 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="globalPackagesFolder" value="packages" />
|
|
</config>
|
|
<packageRestore>
|
|
<add key="enabled" value="True" />
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
<packageSources>
|
|
<add key="Oxide" value="https://www.myget.org/f/oxide/api/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|