mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<packageSources>
|
||
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
||
|
<add key="Jint" value="https://www.myget.org/F/jint/api/v3/index.json" />
|
||
|
</packageSources>
|
||
|
</configuration>
|