mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add clear to get nuget.config to avoid bad global entries
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration >
|
<configuration >
|
||||||
<packageSources>
|
<packageSources>
|
||||||
|
<clear />
|
||||||
<add key="Nuget" value="https://www.nuget.org/api/v2" />
|
<add key="Nuget" value="https://www.nuget.org/api/v2" />
|
||||||
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||||
<add key="DataTools Nuget" value="./bin/nuget" />
|
<add key="DataTools Nuget" value="./bin/nuget" />
|
||||||
|
|||||||
Reference in New Issue
Block a user