mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Fix nuget.config to pull from offical Nuget.org feed
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration >
|
<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>
|
</configuration>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user