mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* Update projects for netcoreapp2.1 SDK * Fix whitespace * Fix issue in Nuget config file
10 lines
342 B
XML
10 lines
342 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration >
|
|
<packageSources>
|
|
<clear />
|
|
<add key="Nuget Preview" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
<add key="Nuget" value="https://www.nuget.org/api/v2" />
|
|
<add key="DataTools Nuget" value="./bin/nuget" />
|
|
</packageSources>
|
|
</configuration>
|