mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
9 lines
291 B
XML
9 lines
291 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration >
|
|
<packageSources>
|
|
<add key="https://www.nuget.org/api/v2/" value="https://www.nuget.org/api/v2/" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
</configuration>
|
|
|