mirror of
https://github.com/godotengine/godot-csharp-visualstudio.git
synced 2026-01-01 01:48:18 +03:00
11 lines
325 B
XML
11 lines
325 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="xvs" value="https://www.myget.org/F/xvs/api/v3/index.json" />
|
|
</packageSources>
|
|
<config>
|
|
<add key="repositoryPath" value="packages" />
|
|
</config>
|
|
</configuration>
|